Skip to content

Commit

Permalink
fixup(Scripts/TheEye): spawn Kaelthas' advisors with full hp (azeroth…
Browse files Browse the repository at this point in the history
  • Loading branch information
sogladev authored Nov 15, 2024
1 parent a926765 commit 6fd034c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,7 @@ struct advisor_baseAI : public ScriptedAI
{
me->RemoveAurasDueToSpell(SPELL_PERMANENT_FEIGN_DEATH);
me->SetStandState(UNIT_STAND_STATE_STAND);
me->SetFullHealth();
scheduler.Schedule(6s, [&](TaskContext /*context*/)
{
_preventDeath = false;
Expand Down

0 comments on commit 6fd034c

Please sign in to comment.