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:
Kitzunu
2024-07-06 01:18:38 +02:00
committed by GitHub
parent 0d668fb43e
commit fc8b67bbe4
4 changed files with 105 additions and 104 deletions

View File

@@ -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();
}