diff options
author | QAston <none@none> | 2009-08-28 19:46:09 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-08-28 19:46:09 +0200 |
commit | 4d8808879df730669a050bafe3ad9890131b35a9 (patch) | |
tree | 1009a2ea9bbdf426a06f217a1af371d1c5d5029d /src/game/SpellAuras.h | |
parent | ab5f515f21d1f9e735e8b2c91a64f2dd02512ed5 (diff) |
*Allow SPELL_AURA_ABILITY_PERIODIC_CRIT to make PERIODIC_LEECH auras crit.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.h')
-rw-r--r-- | src/game/SpellAuras.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/SpellAuras.h b/src/game/SpellAuras.h index 4f714066f0b..1c94be8034a 100644 --- a/src/game/SpellAuras.h +++ b/src/game/SpellAuras.h @@ -402,6 +402,8 @@ class TRINITY_DLL_SPEC AuraEffect bool m_isAreaAura:1; bool m_isPersistent:1; bool m_isApplied:1; + private: + int32 IsPeriodicTickCrit(Unit const * pCaster) const; }; class TRINITY_DLL_SPEC AreaAuraEffect : public AuraEffect |