Skip to content

Commit

Permalink
Scripts/Shadowmoon Valley: Dragonmaw Peon
Browse files Browse the repository at this point in the history
Fixes issue where NPC does not attack, even when aggro'd.
Fixes #16210
Closes #16204
  • Loading branch information
huifsa authored and jackpoz committed Jan 8, 2016
1 parent 6274caf commit ad425f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/server/scripts/Outland/zone_shadowmoon_valley.cpp
Expand Up @@ -560,6 +560,10 @@ class npc_dragonmaw_peon : public CreatureScript
me->DealDamage(me, me->GetHealth(), NULL, DIRECT_DAMAGE, SPELL_SCHOOL_MASK_NORMAL, NULL, false);
} else PoisonTimer -= diff;
}
if (!UpdateVictim())
return;

DoMeleeAttackIfReady();
}
};
};
Expand Down

3 comments on commit ad425f9

@mynew4
Copy link

@mynew4 mynew4 commented on ad425f9 Jan 9, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BOSS Gal'darah id 29306 same ISSUE

@Killyana
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Open an issue please.

@mynew4
Copy link

@mynew4 mynew4 commented on ad425f9 Jan 9, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.