chore(DB): import pending files

Referenced commit(s): 5f38fc7a6f
This commit is contained in:
github-actions[bot]
2026-05-28 01:19:41 +00:00
parent 5f38fc7a6f
commit ae8866ac46

View File

@@ -0,0 +1,8 @@
-- DB update 2026_05_26_00 -> 2026_05_28_00
--
DELETE FROM `spawn_group` WHERE `spawnId` IN (153154, 153155, 153156, 153157);
INSERT INTO `spawn_group` (`groupId`, `spawnType`, `spawnId`) VALUES
(1, 0, 153154),
(1, 0, 153155),
(1, 0, 153156),
(1, 0, 153157);