mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 23:01:30 +00:00
[Bug Fix] Add omitted function call in UCS (#2768)
This commit is contained in:
parent
ba5b901c16
commit
7d0dd13d17
@ -225,6 +225,7 @@ bool UCSDatabase::GetVariable(const char *varname, char *varvalue, uint16 varval
|
|||||||
|
|
||||||
bool UCSDatabase::LoadChatChannels()
|
bool UCSDatabase::LoadChatChannels()
|
||||||
{
|
{
|
||||||
|
LoadFilteredNamesFromDB();
|
||||||
LoadReservedNamesFromDB();
|
LoadReservedNamesFromDB();
|
||||||
LogInfo("Loading chat channels from the database");
|
LogInfo("Loading chat channels from the database");
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user