DB: Restore incorrectly removed spawn_group data

Closes #24977
This commit is contained in:
offl
2020-07-09 22:43:20 +02:00
committed by Killyana
parent 98c37b15e0
commit 6c806490d3

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `spawn_group` WHERE `spawnType` = 1 AND `spawnId` IN (86751,86010);
INSERT INTO `spawn_group` (`groupId`,`spawnType`,`spawnId`) VALUES
(4,1,86751),
(4,1,86010);