mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 05:18:40 +00:00
[Bug Fix] Add omitted function call in UCS (#2768)
This commit is contained in:
@@ -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");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user