From 01f0f83139e7c60ca8ef96edf8ab2b1534885d62 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 23 Sep 2022 09:59:58 +0200 Subject: 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 --- sql/updates/world/3.3.5/2022_09_23_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/3.3.5/2022_09_23_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2022_09_23_00_world.sql b/sql/updates/world/3.3.5/2022_09_23_00_world.sql new file mode 100644 index 00000000000..e161c0a5f41 --- /dev/null +++ b/sql/updates/world/3.3.5/2022_09_23_00_world.sql @@ -0,0 +1 @@ +UPDATE `instance_spawn_groups` SET `instanceMapId`=558 WHERE `spawnGroupId` BETWEEN 204 AND 205; -- cgit v1.2.3