mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Restore accidentally deleted spawn group
This commit is contained in:
11
sql/updates/world/3.3.5/2022_09_29_02_world.sql
Normal file
11
sql/updates/world/3.3.5/2022_09_29_02_world.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
DELETE FROM `spawn_group_template` WHERE `groupId`=321;
|
||||
INSERT INTO `spawn_group_template` (`groupId`,`groupName`,`groupFlags`) VALUES
|
||||
(321,'Coilfang: Serpentshrine Cavern - Lady Vashj',4);
|
||||
|
||||
DELETE FROM `instance_spawn_groups` WHERE `spawnGroupId`=321;
|
||||
INSERT INTO `instance_spawn_groups` (`instanceMapId`,`bossStateId`,`bossStates`,`spawnGroupId`,`flags`) VALUES
|
||||
(548,5,23,321,1);
|
||||
|
||||
DELETE FROM `spawn_group` WHERE `groupId`=321;
|
||||
INSERT INTO `spawn_group` (`groupId`,`spawnType`,`spawnId`) VALUES
|
||||
(321,0,93814);
|
||||
Reference in New Issue
Block a user