Skip to content

Commit

Permalink
Scripts/Zul'Gurub: Fix in 34aae56 should include leech auras too
Browse files Browse the repository at this point in the history
  • Loading branch information
Shocker committed Jan 10, 2011
1 parent f03040b commit de56044
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/server/scripts/EasternKingdoms/ZulGurub/boss_thekal.cpp
Expand Up @@ -180,6 +180,7 @@ class boss_thekal : public CreatureScript
{
me->RemoveAurasByType(SPELL_AURA_PERIODIC_DAMAGE_PERCENT);
me->RemoveAurasByType(SPELL_AURA_PERIODIC_DAMAGE);
me->RemoveAurasByType(SPELL_AURA_PERIODIC_LEECH);
me->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NOT_SELECTABLE);
me->SetStandState(UNIT_STAND_STATE_SLEEP);
me->AttackStop();
Expand Down Expand Up @@ -402,6 +403,7 @@ class mob_zealot_lorkhan : public CreatureScript
{
me->RemoveAurasByType(SPELL_AURA_PERIODIC_DAMAGE_PERCENT);
me->RemoveAurasByType(SPELL_AURA_PERIODIC_DAMAGE);
me->RemoveAurasByType(SPELL_AURA_PERIODIC_LEECH);
me->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NOT_SELECTABLE);
me->SetStandState(UNIT_STAND_STATE_SLEEP);
me->setFaction(35);
Expand Down Expand Up @@ -554,6 +556,7 @@ class mob_zealot_zath : public CreatureScript
{
me->RemoveAurasByType(SPELL_AURA_PERIODIC_DAMAGE_PERCENT);
me->RemoveAurasByType(SPELL_AURA_PERIODIC_DAMAGE);
me->RemoveAurasByType(SPELL_AURA_PERIODIC_LEECH);
me->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NOT_SELECTABLE);
me->SetStandState(UNIT_STAND_STATE_SLEEP);
me->setFaction(35);
Expand Down

0 comments on commit de56044

Please sign in to comment.