diff options
author | Shauren <shauren.trinity@gmail.com> | 2014-12-19 23:52:29 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2014-12-19 23:52:29 +0100 |
commit | 9f0051c4e5d8de7e216bf3e55b759583e52ff681 (patch) | |
tree | 84637e4c21c37c1713bae5cf8a471313ecfa5ec1 /src/server/game/Spells/SpellScript.h | |
parent | ff0c11e25d31f6f881cbc00432620ec4d6891320 (diff) |
Core/Spells: Implemented using dbc spellpower/ap coeffiecients for spells
Diffstat (limited to 'src/server/game/Spells/SpellScript.h')
-rw-r--r-- | src/server/game/Spells/SpellScript.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellScript.h b/src/server/game/Spells/SpellScript.h index 653ae9ab5e9..ba25a056ee8 100644 --- a/src/server/game/Spells/SpellScript.h +++ b/src/server/game/Spells/SpellScript.h @@ -342,6 +342,7 @@ class SpellScript : public _SpellScript Unit* GetOriginalCaster(); SpellInfo const* GetSpellInfo(); SpellValue const* GetSpellValue(); + SpellEffectInfo const* GetEffectInfo(SpellEffIndex) const; // methods useable after spell is prepared // accessors to the explicit targets of the spell |