[9893] Fixed some spelling typos in function/structure names.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
nos4r2zod 2010-05-15 04:09:35 +04:00 committed by VladimirMangos
parent 19b5d777cd
commit 34a1cc31d0
5 changed files with 10 additions and 10 deletions

View file

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