Changing remove aura method

This commit is contained in:
Keader
2016-05-21 09:40:03 -03:00
parent 81083a8593
commit b88d49be24

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()