fix(Scripts/WorldState): zone invasion marks self as defeated when ti… (#22787)

Co-authored-by: Killerwife <killerwife@gmail.com>
This commit is contained in:
Jelle Meeus 2025-09-03 16:20:30 -07:00 committed by GitHub
parent 1e29c31b07
commit f970746c2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -92,6 +92,7 @@ struct npc_herald_of_the_lich_king : public ScriptedAI
Talk(HERALD_OF_THE_LICH_KING_SAY_ATTACK_END);
ChangeZoneEventStatus(false);
UpdateWeather(false);
me->DespawnOrUnsummon();
}
}