DB: Remove spawn group id conflict with 335 branch

This commit is contained in:
Shauren
2026-02-15 14:55:26 +01:00
parent 3e79490761
commit e30ba4d2ce

View File

@@ -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;