From 91c2e402329397f07976f1699c5626dc97292aef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Sep 2025 06:35:21 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 201a84fe851b9febeed7472f091b9e132a4dd079 --- .../Various_AI.sql => db_world/2025_09_02_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/Various_AI.sql => db_world/2025_09_02_00.sql} (97%) diff --git a/data/sql/updates/pending_db_world/Various_AI.sql b/data/sql/updates/db_world/2025_09_02_00.sql similarity index 97% rename from data/sql/updates/pending_db_world/Various_AI.sql rename to data/sql/updates/db_world/2025_09_02_00.sql index 04a68b7f6..08ea0a4fe 100644 --- a/data/sql/updates/pending_db_world/Various_AI.sql +++ b/data/sql/updates/db_world/2025_09_02_00.sql @@ -1,3 +1,4 @@ +-- DB update 2025_08_30_03 -> 2025_09_02_00 -- Morbid Carcass, Vault Geist, Rabid Cannibal, Death Knight Master UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE (`entry` IN (29719, 29720, 29722, 29738));