mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
feat(DB/Module): introduce module_string table (#19475)
This commit is contained in:
@@ -1542,6 +1542,11 @@ void World::SetInitialWorldSettings()
|
||||
if (!sObjectMgr->LoadAcoreStrings())
|
||||
exit(1); // Error message displayed in function already
|
||||
|
||||
LOG_INFO("server.loading", "Loading Module Strings...");
|
||||
sObjectMgr->LoadModuleStrings();
|
||||
LOG_INFO("server.loading", "Loading Module Strings Locale...");
|
||||
sObjectMgr->LoadModuleStringsLocale();
|
||||
|
||||
///- Update the realm entry in the database with the realm type from the config file
|
||||
//No SQL injection as values are treated as integers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user