mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
DB/BWD: linked the Blind Dragon Gong collision GameObjects to Atramedes' spawn group
This commit is contained in:
12
sql/updates/world/custom/custom_2019_07_22_00_world.sql
Normal file
12
sql/updates/world/custom/custom_2019_07_22_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user