From 45be3720a543efb5bd50731fb64b06ed6fd05e2d Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Sun, 11 Dec 2022 14:03:39 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 0a2a4c7f27983f8def71b81e8cd91988de5cbf89 --- .../rev_1667634141238677500.sql => db_world/2022_12_11_07.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1667634141238677500.sql => db_world/2022_12_11_07.sql} (98%) diff --git a/data/sql/updates/pending_db_world/rev_1667634141238677500.sql b/data/sql/updates/db_world/2022_12_11_07.sql similarity index 98% rename from data/sql/updates/pending_db_world/rev_1667634141238677500.sql rename to data/sql/updates/db_world/2022_12_11_07.sql index fb6c30804..0585e1962 100644 --- a/data/sql/updates/pending_db_world/rev_1667634141238677500.sql +++ b/data/sql/updates/db_world/2022_12_11_07.sql @@ -1,3 +1,4 @@ +-- DB update 2022_12_11_06 -> 2022_12_11_07 UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 17000; DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 17000) AND (`id` IN (0, 1, 2, 3, 4, 5, 6));