mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 08:06:23 +00:00
fix(DB): Command reload acore_string (#2484)
This commit is contained in:
@@ -1395,7 +1395,7 @@ void World::SetInitialWorldSettings()
|
||||
|
||||
///- Loading strings. Getting no records means core load has to be canceled because no error message can be output.
|
||||
sLog->outString();
|
||||
sLog->outString("Loading Trinity strings...");
|
||||
sLog->outString("Loading acore strings...");
|
||||
if (!sObjectMgr->LoadAcoreStrings())
|
||||
exit(1); // Error message displayed in function already
|
||||
|
||||
|
||||
Reference in New Issue
Block a user