diff options
| author | megamage <none@none> | 2009-01-29 19:33:39 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-01-29 19:33:39 -0600 |
| commit | 25ab1fa4adfe1e9be1f8bfb6701f6a0d48887770 (patch) | |
| tree | 7a7f598ef74d053a5dc3c5caa81d147c8c57c97c /src/game/World.cpp | |
| parent | 7663c741c748344270d85638a493a65eb6c3c93e (diff) | |
*Update to Mangos 7200.
--HG--
branch : trunk
Diffstat (limited to 'src/game/World.cpp')
| -rw-r--r-- | src/game/World.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp index 7170ab290e0..397a01ddd51 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -1161,6 +1161,9 @@ void World::SetInitialWorldSettings() sLog.outString( "Loading Spell Proc Event conditions..." ); spellmgr.LoadSpellProcEvents(); + sLog.outString( "Loading Spell Bonus Data..." ); + spellmgr.LoadSpellBonusess(); + sLog.outString( "Loading Aggro Spells Definitions..."); spellmgr.LoadSpellThreats(); |
