aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-09-23 09:59:58 +0200
committerShauren <shauren.trinity@gmail.com>2022-09-30 20:17:18 +0200
commit8cadc10dd56609750a573f417c51a2d9eb2197cd (patch)
treea14fd6e0249f0067a20a258afd997874ca980de3 /sql
parent29d639d311cec2581fb196fd50f8de53e76f7a7f (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 'sql')
-rw-r--r--sql/updates/world/master/2022_09_30_19_world_2022_09_23_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_09_30_19_world_2022_09_23_00_world.sql b/sql/updates/world/master/2022_09_30_19_world_2022_09_23_00_world.sql
new file mode 100644
index 00000000000..e161c0a5f41
--- /dev/null
+++ b/sql/updates/world/master/2022_09_30_19_world_2022_09_23_00_world.sql
@@ -0,0 +1 @@
+UPDATE `instance_spawn_groups` SET `instanceMapId`=558 WHERE `spawnGroupId` BETWEEN 204 AND 205;