From 70c934b33a443574e1bfccff2c74779839e2071d Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Wed, 22 Jun 2022 17:43:59 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): d30716e9e15ae0e28c9cde94d7c15b470abf95ca --- .../blooddrinkerzg.sql => db_world/2022_06_22_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/blooddrinkerzg.sql => db_world/2022_06_22_00.sql} (95%) diff --git a/data/sql/updates/pending_db_world/blooddrinkerzg.sql b/data/sql/updates/db_world/2022_06_22_00.sql similarity index 95% rename from data/sql/updates/pending_db_world/blooddrinkerzg.sql rename to data/sql/updates/db_world/2022_06_22_00.sql index 1b96e0aef..1cff6d911 100644 --- a/data/sql/updates/pending_db_world/blooddrinkerzg.sql +++ b/data/sql/updates/db_world/2022_06_22_00.sql @@ -1,3 +1,4 @@ +-- DB update 2022_06_21_02 -> 2022_06_22_00 UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 11353; DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 11353);