diff options
-rw-r--r-- | src/game/Unit.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index c5994617a2a..a8bee4ecca5 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -5696,11 +5696,9 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger { // Glyph of Polymorph case 56375: - { - target->RemoveAurasByType(SPELL_AURA_PERIODIC_DAMAGE); + target->RemoveAurasByType(SPELL_AURA_PERIODIC_DAMAGE, 0, target->GetAura(32409)); // SW:D shall not be removed. target->RemoveAurasByType(SPELL_AURA_PERIODIC_DAMAGE_PERCENT); return true; - } // Glyph of Icy Veins case 56374: { |