From 0625504f77babd49e81982ca6297642fd4406c66 Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Sat, 12 Nov 2022 03:16:14 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): c0ddc54d414d91a5ecf7935e5a9999b8b2f22e39 --- .../Voicelines.sql => db_world/2022_11_12_08.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/Voicelines.sql => db_world/2022_11_12_08.sql} (97%) diff --git a/data/sql/updates/pending_db_world/Voicelines.sql b/data/sql/updates/db_world/2022_11_12_08.sql similarity index 97% rename from data/sql/updates/pending_db_world/Voicelines.sql rename to data/sql/updates/db_world/2022_11_12_08.sql index d6ffc51eb..442935150 100644 --- a/data/sql/updates/pending_db_world/Voicelines.sql +++ b/data/sql/updates/db_world/2022_11_12_08.sql @@ -1,3 +1,4 @@ +-- DB update 2022_11_12_07 -> 2022_11_12_08 -- Jammal\'an the Prophet UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 5710; DELETE FROM `smart_scripts` WHERE (`entryorguid` = 5710) AND (`source_type` = 0) AND (`id` IN (4, 5));