fix(Scripts/BlackTemple): Implement emotes when opening Najentus and … (#19946)

* fix(Scripts/BlackTemple): Implement emotes when opening Najentus and Den of Mortal Delights

* only check if state is done
This commit is contained in:
Andrew
2024-09-15 07:48:11 -03:00
committed by GitHub
parent 99b39e5045
commit 8b16f7d243
5 changed files with 58 additions and 12 deletions

View File

@@ -275,6 +275,10 @@ public:
void LoadInstanceSavedGameobjectStateData();
[[nodiscard]] bool IsBossDone(uint32 bossId) const { return GetBossState(bossId) == DONE; };
[[nodiscard]] bool AllBossesDone() const;
[[nodiscard]] bool AllBossesDone(std::initializer_list<uint32> bossIds) const;
TaskScheduler scheduler;
protected:
void SetHeaders(std::string const& dataHeaders);