Changing remove aura method

This commit is contained in:
Keader
2016-05-21 09:40:03 -03:00
committed by Aokromes
parent de7b532e68
commit 64237ae3f8

View File

@@ -1264,8 +1264,7 @@ public:
if (instance->GetData(TYPE_NORTHREND_BEASTS) == SNAKES_IN_PROGRESS || instance->GetData(TYPE_NORTHREND_BEASTS) == SNAKES_SPECIAL)
return;
if (Unit* owner = GetUnitOwner())
owner->RemoveAurasDueToSpell(SPELL_PARALYSIS);
Remove();
}
void Register()