diff options
| author | megamage <none@none> | 2008-10-27 10:57:53 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2008-10-27 10:57:53 -0500 |
| commit | 4cbc6f830a833719b7586b333aa8151dab563b60 (patch) | |
| tree | 52f783f0c0e4007ec7effdcba91da36dd9ee8a6f /src/game/World.cpp | |
| parent | 1bb16035923b0675b0c239379cd5d64c8310f28b (diff) | |
[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
Diffstat (limited to 'src/game/World.cpp')
| -rw-r--r-- | src/game/World.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |
