From e30ba4d2ce3dd285ab37ddcb43d39429b198ddb4 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 15 Feb 2026 14:55:26 +0100 Subject: [PATCH] DB: Remove spawn group id conflict with 335 branch --- sql/updates/world/master/2026_02_15_00_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/master/2026_02_15_00_world.sql diff --git a/sql/updates/world/master/2026_02_15_00_world.sql b/sql/updates/world/master/2026_02_15_00_world.sql new file mode 100644 index 0000000000..4874d39083 --- /dev/null +++ b/sql/updates/world/master/2026_02_15_00_world.sql @@ -0,0 +1,7 @@ +UPDATE `spawn_group_template` SET `groupId`=1284 WHERE `groupId`=327; +UPDATE `spawn_group` SET `groupId`=1284 WHERE `groupId`=327; +UPDATE `conditions` SET `SourceEntry`=1284 WHERE `SourceTypeOrReferenceId`=33 AND `SourceEntry`=327; + +UPDATE `spawn_group_template` SET `groupId`=1285 WHERE `groupId`=328; +UPDATE `spawn_group` SET `groupId`=1285 WHERE `groupId`=328; +UPDATE `conditions` SET `SourceEntry`=1285 WHERE `SourceTypeOrReferenceId`=33 AND `SourceEntry`=328;