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-23 19:18:02 +0200
commita67a127b405615b1a372218dfd1f21de5e5896de (patch)
tree3e8e4ccc77c52f34cb7c72772d09366c642b7aa5
parent7893c52fb7fbdcd07b091e40b0ee0987e99062b6 (diff)
DB/Serpentshrine Cavern: Fixed incorrect map id assignment to spawn groups
-rw-r--r--sql/updates/world/3.3.5/2022_09_23_02_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_09_23_02_world.sql b/sql/updates/world/3.3.5/2022_09_23_02_world.sql
new file mode 100644
index 00000000000..6490283a8ca
--- /dev/null
+++ b/sql/updates/world/3.3.5/2022_09_23_02_world.sql
@@ -0,0 +1 @@
+UPDATE `instance_spawn_groups` SET `instanceMapId`=548 WHERE `spawnGroupId` BETWEEN 179 AND 183;