diff options
| author | Shauren <shauren.trinity@gmail.com> | 2022-09-23 09:59:58 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-09-23 09:59:58 +0200 |
| commit | 01f0f83139e7c60ca8ef96edf8ab2b1534885d62 (patch) | |
| tree | 14ecbf26394732fa4587aaef83a6578b1161cf59 /src/server/scripts/Outland/TempestKeep | |
| parent | 8348b93b1ab3f37e2fb3fa883e2417fef7f957d3 (diff) | |
Scripts: Fixed missing boss count initialization in The Slave Pens and The Botanica as well as incorrect map id assignment to Auchenai Crypts spawn groups
Closes #28278
Diffstat (limited to 'src/server/scripts/Outland/TempestKeep')
| -rw-r--r-- | src/server/scripts/Outland/TempestKeep/botanica/instance_the_botanica.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Outland/TempestKeep/botanica/instance_the_botanica.cpp b/src/server/scripts/Outland/TempestKeep/botanica/instance_the_botanica.cpp index d78caa3c364..0529b427415 100644 --- a/src/server/scripts/Outland/TempestKeep/botanica/instance_the_botanica.cpp +++ b/src/server/scripts/Outland/TempestKeep/botanica/instance_the_botanica.cpp @@ -30,6 +30,7 @@ class instance_the_botanica : public InstanceMapScript instance_the_botanica_InstanceMapScript(InstanceMap* map) : InstanceScript(map) { SetHeaders(DataHeader); + SetBossNumber(EncounterCount); } void OnCreatureCreate(Creature* creature) override |
