Show
Ignore:
Timestamp:
11/19/08 13:36:54 (17 years ago)
Author:
yumileroy
Message:

[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.

Original author: megamage
Date: 2008-10-25 15:46:52-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/World.cpp

    r102 r110  
    10961096    spellmgr.LoadSpellPetAuras(); 
    10971097 
     1098    sLog.outString( "Loading spell extra infos...(TODO)" ); 
     1099    spellmgr.LoadSpellExtraInfo(); 
     1100 
    10981101    sLog.outString( "Loading player Create Info & Level Stats..." ); 
    10991102    objmgr.LoadPlayerInfo();