aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r--src/game/SpellAuras.cpp2
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)