mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
chore(Scripts/Commands): QOL server debug (#19297)
* chore(Scripts/Commands): QOL server debug * England * might as well do updatetime while we are at it. Consistency right? * Hey let's sneak this ENGLAND in
This commit is contained in:
@@ -1054,10 +1054,10 @@ void ConditionMgr::LoadConditions(bool isReload)
|
||||
LootTemplates_Spell.ResetConditions();
|
||||
LootTemplates_Player.ResetConditions();
|
||||
|
||||
LOG_INFO("server.loading", "Re-Loading `gossip_menu` Table for Conditions!");
|
||||
LOG_INFO("server.loading", "Reloading `gossip_menu` Table for Conditions!");
|
||||
sObjectMgr->LoadGossipMenu();
|
||||
|
||||
LOG_INFO("server.loading", "Re-Loading `gossip_menu_option` Table for Conditions!");
|
||||
LOG_INFO("server.loading", "Reloading `gossip_menu_option` Table for Conditions!");
|
||||
sObjectMgr->LoadGossipMenuItems();
|
||||
sSpellMgr->UnloadSpellInfoImplicitTargetConditionLists();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user