From 4cbc6f830a833719b7586b333aa8151dab563b60 Mon Sep 17 00:00:00 2001 From: megamage Date: Mon, 27 Oct 2008 10:57:53 -0500 Subject: [svn] Fix a compile error about M_PI_2. Update Felmyst script to test new setActive function. Fix the bug that priest's fear is unbreakable (dirty hack before find the correct way). (some unfinished unused content included, just ignore them, will finish them later) --HG-- branch : trunk --- src/game/World.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/World.cpp') diff --git a/src/game/World.cpp b/src/game/World.cpp index de89643257f..45070615f4d 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -1093,8 +1093,8 @@ void World::SetInitialWorldSettings() sLog.outString( "Loading spell pet auras..." ); spellmgr.LoadSpellPetAuras(); - sLog.outString( "Loading spell extra infos...(TODO)" ); - spellmgr.LoadSpellExtraInfo(); + sLog.outString( "Loading spell extra attributes...(TODO)" ); + spellmgr.LoadSpellExtraAttr(); sLog.outString( "Loading player Create Info & Level Stats..." ); objmgr.LoadPlayerInfo(); -- cgit v1.2.3