mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
refactor(Core/Disables): Convert from Namespace to Class Structure (#21109)
This commit is contained in:
@@ -1063,9 +1063,9 @@ public:
|
||||
static bool HandleReloadDisablesCommand(ChatHandler* handler)
|
||||
{
|
||||
LOG_INFO("server.loading", "Reloading disables table...");
|
||||
DisableMgr::LoadDisables();
|
||||
sDisableMgr->LoadDisables();
|
||||
LOG_INFO("server.loading", "Checking quest disables...");
|
||||
DisableMgr::CheckQuestDisables();
|
||||
sDisableMgr->CheckQuestDisables();
|
||||
handler->SendGlobalGMSysMessage("DB table `disables` reloaded.");
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user