From 3d29ccad70e7c00d59f861794b2697d4e3389f10 Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Sun, 17 Sep 2023 20:39:17 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 9523081c3253b10140ce03832b0b727e8a976a5a --- .../{pending_db_world/62896.sql => db_world/2023_09_17_13.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/62896.sql => db_world/2023_09_17_13.sql} (98%) diff --git a/data/sql/updates/pending_db_world/62896.sql b/data/sql/updates/db_world/2023_09_17_13.sql similarity index 98% rename from data/sql/updates/pending_db_world/62896.sql rename to data/sql/updates/db_world/2023_09_17_13.sql index 0bd9174a5..e7398b6d9 100644 --- a/data/sql/updates/pending_db_world/62896.sql +++ b/data/sql/updates/db_world/2023_09_17_13.sql @@ -1,3 +1,4 @@ +-- DB update 2023_09_17_12 -> 2023_09_17_13 SET @ENTRY := 17433; UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@ENTRY; DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0;