aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-09-23 19:18:02 +0200
committerShauren <shauren.trinity@gmail.com>2022-09-30 20:26:06 +0200
commit3aae9192a128b381109d33cb8bfb91be327266af (patch)
treef38c9100975fab4194b0c2035ba24dcc6d45336a
parent9f091654819b3a36aecd03cb8c798a4659a6f78a (diff)
DB/Serpentshrine Cavern: Fixed incorrect map id assignment to spawn groups
(cherry picked from commit a67a127b405615b1a372218dfd1f21de5e5896de)
-rw-r--r--sql/updates/world/master/2022_09_30_21_world_2022_09_23_02_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_09_30_21_world_2022_09_23_02_world.sql b/sql/updates/world/master/2022_09_30_21_world_2022_09_23_02_world.sql
new file mode 100644
index 00000000000..6490283a8ca
--- /dev/null
+++ b/sql/updates/world/master/2022_09_30_21_world_2022_09_23_02_world.sql
@@ -0,0 +1 @@
+UPDATE `instance_spawn_groups` SET `instanceMapId`=548 WHERE `spawnGroupId` BETWEEN 179 AND 183;