mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
fix(Core/Cooldown): Implement spell cooldown overrides to address cha… (#15143)
This commit is contained in:
@@ -1582,6 +1582,9 @@ void World::SetInitialWorldSettings()
|
||||
LOG_INFO("server.loading", "Loading SpellInfo Store...");
|
||||
sSpellMgr->LoadSpellInfoStore();
|
||||
|
||||
LOG_INFO("server.loading", "Loading Spell Cooldown Overrides...");
|
||||
sSpellMgr->LoadSpellCooldownOverrides();
|
||||
|
||||
LOG_INFO("server.loading", "Loading SpellInfo Data Corrections...");
|
||||
sSpellMgr->LoadSpellInfoCorrections();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user