From a8bc892da3b4d4868cd7ebe3260c6927ec33b692 Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Mon, 15 May 2023 00:04:27 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): d059babed81cf684290a566351d12fd57397bd55 --- .../{pending_db_world/20913.sql => db_world/2023_05_15_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/20913.sql => db_world/2023_05_15_00.sql} (98%) diff --git a/data/sql/updates/pending_db_world/20913.sql b/data/sql/updates/db_world/2023_05_15_00.sql similarity index 98% rename from data/sql/updates/pending_db_world/20913.sql rename to data/sql/updates/db_world/2023_05_15_00.sql index 6dc8831f2..c97995777 100644 --- a/data/sql/updates/pending_db_world/20913.sql +++ b/data/sql/updates/db_world/2023_05_15_00.sql @@ -1,3 +1,4 @@ +-- DB update 2023_05_14_08 -> 2023_05_15_00 SET @ENTRY := 20913; UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@ENTRY; DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0;