Backed out changeset 6ba74f274cb9 - mangos [8249]

--HG--
branch : trunk
This commit is contained in:
QAston
2009-07-30 11:44:23 +02:00
parent 7121d98480
commit 9c52a12e08
12 changed files with 256 additions and 450 deletions

View File

@@ -1250,15 +1250,15 @@ void World::SetInitialWorldSettings()
sLog.outString( "Loading Spell Bonus Data..." );
spellmgr.LoadSpellBonusess();
sLog.outString( "Loading Spell Proc Item Enchant..." );
spellmgr.LoadSpellProcItemEnchant(); // must be after LoadSpellChains
sLog.outString( "Loading Aggro Spells Definitions...");
spellmgr.LoadSpellThreats();
sLog.outString( "Loading NPC Texts..." );
objmgr.LoadGossipText();
sLog.outString( "Loading Enchant Spells Proc datas...");
spellmgr.LoadSpellEnchantProcData();
sLog.outString( "Loading Item Random Enchantments Table..." );
LoadRandomEnchantmentsTable();