chore(DB): import pending files

Referenced commit(s): f49f4dd385
This commit is contained in:
github-actions[bot]
2024-11-02 11:33:15 +00:00
parent f49f4dd385
commit 472b072614

View File

@@ -0,0 +1,6 @@
-- DB update 2024_11_02_01 -> 2024_11_02_02
DELETE FROM `gameobject_queststarter` WHERE `id` = 142122 AND `quest` IN (2781, 2875);
INSERT INTO `gameobject_queststarter` (`id`, `quest`) VALUES
(142122, 2781),
(142122, 2875);