Core/Auras: Fixed Glacial Strike (Pit of Saron trash spell) not being removed

This commit is contained in:
Shauren
2011-01-31 12:20:59 +01:00
parent 089fd71877
commit 6bbff14083

View File

@@ -1286,6 +1286,7 @@ void AuraEffect::PeriodicTick(AuraApplication * aurApp, Unit * caster) const
{
case 43093: case 31956: case 38801: // Grievous Wound
case 35321: case 38363: case 39215: // Gushing Wound
case 70292: // Glacial Strike
if (target->IsFullHealth())
{
target->RemoveAurasDueToSpell(GetId());