diff options
author | Machiavelli <none@none> | 2009-06-22 23:14:18 +0200 |
---|---|---|
committer | Machiavelli <none@none> | 2009-06-22 23:14:18 +0200 |
commit | 8533946ac1b6548d21492b3f1ec41b60a73a5bd2 (patch) | |
tree | d88dc8c79f3cb418ab4035d5a21a50111f13d471 /src | |
parent | 605b5670e3ae8a41629fc1830a1a9fb31262d498 (diff) | |
parent | 7d8570f59115b4fc7b253da20220bea54a411bc2 (diff) |
*Merge
--HG--
branch : trunk
Diffstat (limited to 'src')
-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) |