Core/Spells: Glyph of Polymorph should remove leech auras too, fixes #171

This commit is contained in:
Shocker
2011-01-11 00:57:20 +02:00
parent 1a5554ccb5
commit f03040b5b3
+1
View File
@@ -5587,6 +5587,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
case 56375:
target->RemoveAurasByType(SPELL_AURA_PERIODIC_DAMAGE, 0, target->GetAura(32409)); // SW:D shall not be removed.
target->RemoveAurasByType(SPELL_AURA_PERIODIC_DAMAGE_PERCENT);
target->RemoveAurasByType(SPELL_AURA_PERIODIC_LEECH);
return true;
// Glyph of Icy Veins
case 56374: