diff options
| author | Shauren <shauren.trinity@gmail.com> | 2022-09-23 09:59:58 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-09-30 20:17:18 +0200 |
| commit | 8cadc10dd56609750a573f417c51a2d9eb2197cd (patch) | |
| tree | a14fd6e0249f0067a20a258afd997874ca980de3 /src/server/scripts/Outland/TempestKeep | |
| parent | 29d639d311cec2581fb196fd50f8de53e76f7a7f (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
(cherry picked from commit 01f0f83139e7c60ca8ef96edf8ab2b1534885d62)
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 |
