From e311bacfe580046a333e88f43f7c1dc251b60a9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 21 Feb 2024 06:41:57 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 7e80d8e6bb1784d8cf588beb6af20ec7dad01fd6 --- .../skullpile-spawn-time.sql => db_world/2024_02_21_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/skullpile-spawn-time.sql => db_world/2024_02_21_00.sql} (96%) diff --git a/data/sql/updates/pending_db_world/skullpile-spawn-time.sql b/data/sql/updates/db_world/2024_02_21_00.sql similarity index 96% rename from data/sql/updates/pending_db_world/skullpile-spawn-time.sql rename to data/sql/updates/db_world/2024_02_21_00.sql index 4c357a4da..19e3cda6f 100644 --- a/data/sql/updates/pending_db_world/skullpile-spawn-time.sql +++ b/data/sql/updates/db_world/2024_02_21_00.sql @@ -1,3 +1,4 @@ +-- DB update 2024_02_20_05 -> 2024_02_21_00 -- UPDATE `gameobject` SET `spawntimesecs` = 300 WHERE `id` = 185913 AND `guid` IN (14146, 14147, 14217, 14227, 14694, 14731, 14989); UPDATE `gameobject` SET `spawntimesecs` = 900 WHERE `id` = 185928 AND `guid` = 14141;