From 71c337143728a9cd5a4c045ca85a468e7207a74b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 25 Mar 2025 19:36:13 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): bec7a4e3fb38765e94c74b611d2b11889dff1981 --- .../rev_1742912009931722789.sql => db_world/2025_03_25_01.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1742912009931722789.sql => db_world/2025_03_25_01.sql} (97%) diff --git a/data/sql/updates/pending_db_world/rev_1742912009931722789.sql b/data/sql/updates/db_world/2025_03_25_01.sql similarity index 97% rename from data/sql/updates/pending_db_world/rev_1742912009931722789.sql rename to data/sql/updates/db_world/2025_03_25_01.sql index 3bb7b7f95..60fe56251 100644 --- a/data/sql/updates/pending_db_world/rev_1742912009931722789.sql +++ b/data/sql/updates/db_world/2025_03_25_01.sql @@ -1,3 +1,4 @@ +-- DB update 2025_03_25_00 -> 2025_03_25_01 -- Update Alumeth the Ascended 32300 to repeat around psychicscream ~20 sec UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 32300; DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 32300);