From aa39e6ab86aa7cd720a1718a3fde1a325a28058d Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Sun, 24 Jul 2022 16:08:53 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 5b0896577f387d66bf1b8cfec523ac771d967773 --- .../moontouched_owlbeast.sql => db_world/2022_07_24_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/moontouched_owlbeast.sql => db_world/2022_07_24_00.sql} (96%) diff --git a/data/sql/updates/pending_db_world/moontouched_owlbeast.sql b/data/sql/updates/db_world/2022_07_24_00.sql similarity index 96% rename from data/sql/updates/pending_db_world/moontouched_owlbeast.sql rename to data/sql/updates/db_world/2022_07_24_00.sql index 7733778e5..d4530dbdf 100644 --- a/data/sql/updates/pending_db_world/moontouched_owlbeast.sql +++ b/data/sql/updates/db_world/2022_07_24_00.sql @@ -1,3 +1,4 @@ +-- DB update 2022_07_23_01 -> 2022_07_24_00 UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 7453; DELETE FROM `smart_scripts` WHERE (`entryorguid` = 7453) AND (`source_type` = 0) AND (`id` IN (0, 1));