Fix Glyph of Polymorph. Thanks Proof.

See issue #1322.

--HG--
branch : trunk
This commit is contained in:
Trazom62
2010-04-12 15:57:20 +02:00
parent 1427f76a8c
commit 3fe3d3e4ab

View File

@@ -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:
{