Work under spell mods
commit50be077c5fc9f1cf700efa81c8c32588c056fc94
authorDiSlord <dislord@nomail.com>
Mon, 8 Dec 2008 20:22:39 +0000 (8 23:22 +0300)
committerDiSlord <dislord@nomail.com>
Mon, 8 Dec 2008 20:22:39 +0000 (8 23:22 +0300)
treea90b8e4e11951df583a3af5ebcdea2a022738055
parent7d92daf26d1a3279b8b36277d29f5e521203d58c
Work under spell mods
    * Add support > 64 bit spellFamily mask
    * Remove not used fields in SpellModifier
    * Remove not used (and not correct work vs charges) GetTotalFlatMods, GetTotalPctMods
    * Use DBC based data for spell_affect
    * More better work SPELL_AURA_ADD_TARGET_TRIGGER aura

Signed-off-by: DiSlord <dislord@nomail.com>
13 files changed:
sql/wotlk_updates/9_mangos_spell_affect.sql [new file with mode: 0644]
src/game/Player.cpp
src/game/Player.h
src/game/Spell.cpp
src/game/Spell.h
src/game/SpellAuras.cpp
src/game/SpellAuras.h
src/game/SpellEffects.cpp
src/game/SpellMgr.cpp
src/game/SpellMgr.h
src/game/Unit.cpp
src/shared/Database/DBCStructure.h
src/shared/Database/DBCfmt.cpp