fixup(Scripts/TheEye): spawn Kaelthas' advisors with full hp (#20573)
This commit is contained in:
parent
a926765380
commit
6fd034c8b3
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue