fix(Core/Cooldown): Implement spell cooldown overrides to address cha… (#15143)
This commit is contained in:
parent
9b858e4653
commit
fff0e17133
6 changed files with 126 additions and 2 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue