DB/The Arcatraz: Added missing boss spawn group

(cherry picked from commit ed6046212a)
This commit is contained in:
Shauren
2022-09-26 23:59:21 +02:00
parent e7411a8457
commit bc7b14b1c6

View File

@@ -0,0 +1,11 @@
DELETE FROM `spawn_group_template` WHERE `groupId`=283;
INSERT INTO `spawn_group_template` (`groupId`,`groupName`,`groupFlags`) VALUES
(283,'Tempest Keep: The Arcatraz - Dalliah the Doomsayer',4);
DELETE FROM `instance_spawn_groups` WHERE `spawnGroupId`=283;
INSERT INTO `instance_spawn_groups` (`instanceMapId`,`bossStateId`,`bossStates`,`spawnGroupId`,`flags`) VALUES
(552,1,23,283,1);
DELETE FROM `spawn_group` WHERE `groupId`=283;
INSERT INTO `spawn_group` (`groupId`,`spawnType`,`spawnId`) VALUES
(283,0,79394);