mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
DB: Remove spawn group id conflict with 335 branch
This commit is contained in:
7
sql/updates/world/master/2026_02_15_00_world.sql
Normal file
7
sql/updates/world/master/2026_02_15_00_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user