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));