fixup(Scripts/TheEye): spawn Kaelthas' advisors with full hp (#20573)

This commit is contained in:
Jelle Meeus 2024-11-15 02:25:13 +01:00 committed by GitHub
parent a926765380
commit 6fd034c8b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;