DB/BWD: linked the Blind Dragon Gong collision GameObjects to Atramedes' spawn group

This commit is contained in:
Ovahlord
2019-07-22 12:18:53 +02:00
parent c98c20258b
commit 234c2bf663

View File

@@ -0,0 +1,12 @@
DELETE FROM `spawn_group` WHERE `spawnId` IN (235141, 235142, 235143, 235144, 235145, 235146, 235147, 235148, 235149, 235150);
INSERT INTO `spawn_group` (`groupId`, `spawnType`, `spawnId`) VALUES
(400, 1, 235141),
(400, 1, 235142),
(400, 1, 235143),
(400, 1, 235144),
(400, 1, 235145),
(400, 1, 235146),
(400, 1, 235147),
(400, 1, 235148),
(400, 1, 235149),
(400, 1, 235150);