From edfd2bba8e334507b447d30c7c1405274a4e9e02 Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Wed, 25 May 2022 02:31:16 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): bc101780e815de73bd0b9eeef122be2ba4033246 --- .../rev_1652563880706540800.sql => db_world/2022_05_25_01.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1652563880706540800.sql => db_world/2022_05_25_01.sql} (96%) diff --git a/data/sql/updates/pending_db_world/rev_1652563880706540800.sql b/data/sql/updates/db_world/2022_05_25_01.sql similarity index 96% rename from data/sql/updates/pending_db_world/rev_1652563880706540800.sql rename to data/sql/updates/db_world/2022_05_25_01.sql index 1bedb68eb..98be51357 100644 --- a/data/sql/updates/pending_db_world/rev_1652563880706540800.sql +++ b/data/sql/updates/db_world/2022_05_25_01.sql @@ -1,3 +1,4 @@ +-- DB update 2022_05_25_00 -> 2022_05_25_01 -- Commander Felstrom, set unlootable if resurrection goes through and despawn body after UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 771; DELETE FROM `smart_scripts` WHERE `entryorguid` = 771;