[Bug Fix] Add omitted function call in UCS (#2768)

This commit is contained in:
Vayle 2023-01-19 23:24:39 -05:00 committed by GitHub
parent ba5b901c16
commit 7d0dd13d17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -225,6 +225,7 @@ bool UCSDatabase::GetVariable(const char *varname, char *varvalue, uint16 varval
bool UCSDatabase::LoadChatChannels()
{
LoadFilteredNamesFromDB();
LoadReservedNamesFromDB();
LogInfo("Loading chat channels from the database");