From 55c25d894ed0eb53b7aac6b15bdddf0927565165 Mon Sep 17 00:00:00 2001 From: megamage Date: Sat, 25 Oct 2008 15:46:52 -0500 Subject: [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 --- src/game/World.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/World.cpp') 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(); -- cgit v1.2.3