From 326bc92871ce5dc23211d7a3e63abe211f4bcb73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 13 Nov 2025 08:04:09 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 1037471c8d66bec20f1e52d31f2ed23dc4329af2 --- .../BD_Necromancer.sql => db_world/2025_11_13_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/BD_Necromancer.sql => db_world/2025_11_13_00.sql} (95%) diff --git a/data/sql/updates/pending_db_world/BD_Necromancer.sql b/data/sql/updates/db_world/2025_11_13_00.sql similarity index 95% rename from data/sql/updates/pending_db_world/BD_Necromancer.sql rename to data/sql/updates/db_world/2025_11_13_00.sql index 149b2b370..45f7a2fcb 100644 --- a/data/sql/updates/pending_db_world/BD_Necromancer.sql +++ b/data/sql/updates/db_world/2025_11_13_00.sql @@ -1,3 +1,4 @@ +-- DB update 2025_11_12_06 -> 2025_11_13_00 -- Update SmartAI UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 27358;