mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fixup(Scripts/TheEye): spawn Kaelthas' advisors with full hp (#20573)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user