From 7d8570f59115b4fc7b253da20220bea54a411bc2 Mon Sep 17 00:00:00 2001 From: Anubisss Date: Mon, 22 Jun 2009 23:00:47 +0200 Subject: *Fix a typo in spell Rip. Thanks to Farah for found the incorrect SpellFamilyFlags value. --HG-- branch : trunk --- src/game/SpellAuras.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3