From 3fe3d3e4ab4e8b2983d31317194e23caa1d76936 Mon Sep 17 00:00:00 2001 From: Trazom62 Date: Mon, 12 Apr 2010 15:57:20 +0200 Subject: Fix Glyph of Polymorph. Thanks Proof. See issue #1322. --HG-- branch : trunk --- src/game/Unit.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') 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: { -- cgit v1.2.3