From eda0df70f16317af1f5c861c81d7ab1502394d7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 20 Sep 2024 21:19:22 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 1d899cf3c91c926ef5cc257b402a4c008a7a42ea --- .../2024_09_13_00.sql => db_world/2024_09_20_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/2024_09_13_00.sql => db_world/2024_09_20_00.sql} (95%) diff --git a/data/sql/updates/pending_db_world/2024_09_13_00.sql b/data/sql/updates/db_world/2024_09_20_00.sql similarity index 95% rename from data/sql/updates/pending_db_world/2024_09_13_00.sql rename to data/sql/updates/db_world/2024_09_20_00.sql index ef390343830756..5da54ef560ff02 100644 --- a/data/sql/updates/pending_db_world/2024_09_13_00.sql +++ b/data/sql/updates/db_world/2024_09_20_00.sql @@ -1,3 +1,4 @@ +-- DB update 2024_09_16_00 -> 2024_09_20_00 UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 134217728 WHERE `entry` = 23403; DELETE FROM `smart_scripts` WHERE (`entryorguid` = 23403) AND (`source_type` = 0) AND (`id` IN (2));