mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
[9893] Fixed some spelling typos in function/structure names.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
19b5d777cd
commit
34a1cc31d0
5 changed files with 10 additions and 10 deletions
|
|
@ -970,10 +970,10 @@ void World::SetInitialWorldSettings()
|
|||
sSpellMgr.LoadSpellProcEvents();
|
||||
|
||||
sLog.outString( "Loading Spell Bonus Data..." );
|
||||
sSpellMgr.LoadSpellBonusess();
|
||||
sSpellMgr.LoadSpellBonuses(); // must be after LoadSpellChains
|
||||
|
||||
sLog.outString( "Loading Spell Proc Item Enchant..." );
|
||||
sSpellMgr.LoadSpellProcItemEnchant(); // must be after LoadSpellChains
|
||||
sSpellMgr.LoadSpellProcItemEnchant(); // must be after LoadSpellChains
|
||||
|
||||
sLog.outString( "Loading Aggro Spells Definitions...");
|
||||
sSpellMgr.LoadSpellThreats();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue