From f6fd978a7a871ff91ad67e60284c5195e227dcd5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Sep 2024 00:21:49 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 4eb44a08b5e1577f38dc01afa114e07a6b6d2996 --- .../2024_09_01_00.sql => db_world/2024_09_03_01.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/2024_09_01_00.sql => db_world/2024_09_03_01.sql} (96%) diff --git a/data/sql/updates/pending_db_world/2024_09_01_00.sql b/data/sql/updates/db_world/2024_09_03_01.sql similarity index 96% rename from data/sql/updates/pending_db_world/2024_09_01_00.sql rename to data/sql/updates/db_world/2024_09_03_01.sql index 17dfa8808..6302e6580 100644 --- a/data/sql/updates/pending_db_world/2024_09_01_00.sql +++ b/data/sql/updates/db_world/2024_09_03_01.sql @@ -1,3 +1,4 @@ +-- DB update 2024_09_03_00 -> 2024_09_03_01 UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 17803; DELETE FROM `smart_scripts` WHERE (`entryorguid` = 17803) AND (`source_type` = 0) AND (`id` IN (0, 1));