diff options
author | Anubisss <none@none> | 2009-06-22 23:00:47 +0200 |
---|---|---|
committer | Anubisss <none@none> | 2009-06-22 23:00:47 +0200 |
commit | 7d8570f59115b4fc7b253da20220bea54a411bc2 (patch) | |
tree | cd880038c55797987e30263f1be690d9de5552b2 | |
parent | 2c7799bfef898273d3ed624934a32306b085432d (diff) |
*Fix a typo in spell Rip. Thanks to Farah for found the incorrect SpellFamilyFlags value.
--HG--
branch : trunk
-rw-r--r-- | src/game/SpellAuras.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index bf765f65c74..9c54bf7e27b 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -4664,7 +4664,7 @@ void AuraEffect::HandlePeriodicDamage(bool apply, bool Real, bool changeAmount) return; } // Rip - if (m_spellProto->SpellFamilyFlags[1] & 0x800000) + if (m_spellProto->SpellVisual[0] == 3941) { // 0.01*$AP*cp if (caster->GetTypeId() != TYPEID_PLAYER) |