aboutsummaryrefslogtreecommitdiff
path: root/src/game/World.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2008-10-25 15:46:52 -0500
committermegamage <none@none>2008-10-25 15:46:52 -0500
commit55c25d894ed0eb53b7aac6b15bdddf0927565165 (patch)
treee82dd51823ea72e46ec10a3f27d2b2a2cac5216d /src/game/World.cpp
parent6fc23ef45ee2702dd3bba8fdd114e6535e773112 (diff)
[svn] Add SpellExtraInfoMap. Currently support:
Limited-number-of-players spell; shared damage spell; target-in-line cone spell (e.g. dark glare). Change angle of cone spells from 120 degree to 60 degree. --HG-- branch : trunk
Diffstat (limited to 'src/game/World.cpp')
-rw-r--r--src/game/World.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp
index 1858f409d35..508573603e8 100644
--- a/src/game/World.cpp
+++ b/src/game/World.cpp
@@ -1095,6 +1095,9 @@ void World::SetInitialWorldSettings()
sLog.outString( "Loading spell pet auras..." );
spellmgr.LoadSpellPetAuras();
+ sLog.outString( "Loading spell extra infos...(TODO)" );
+ spellmgr.LoadSpellExtraInfo();
+
sLog.outString( "Loading player Create Info & Level Stats..." );
objmgr.LoadPlayerInfo();