mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-04 19:43:48 +00:00
fix(Scripts/WorldState): zone invasion marks self as defeated when ti… (#22787)
Co-authored-by: Killerwife <killerwife@gmail.com>
This commit is contained in:
@@ -92,6 +92,7 @@ struct npc_herald_of_the_lich_king : public ScriptedAI
|
|||||||
Talk(HERALD_OF_THE_LICH_KING_SAY_ATTACK_END);
|
Talk(HERALD_OF_THE_LICH_KING_SAY_ATTACK_END);
|
||||||
ChangeZoneEventStatus(false);
|
ChangeZoneEventStatus(false);
|
||||||
UpdateWeather(false);
|
UpdateWeather(false);
|
||||||
|
me->DespawnOrUnsummon();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user