From 5cbfacfdff6e5b44bae63e4864470234eff01a28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 Sep 2025 15:03:42 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 6ad664fa8f9174e360b68c23e596fe43cf224e14 --- .../Update_SmartAI.sql => db_world/2025_09_29_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/Update_SmartAI.sql => db_world/2025_09_29_00.sql} (98%) diff --git a/data/sql/updates/pending_db_world/Update_SmartAI.sql b/data/sql/updates/db_world/2025_09_29_00.sql similarity index 98% rename from data/sql/updates/pending_db_world/Update_SmartAI.sql rename to data/sql/updates/db_world/2025_09_29_00.sql index 8bbf5a1df..4fb84247d 100644 --- a/data/sql/updates/pending_db_world/Update_SmartAI.sql +++ b/data/sql/updates/db_world/2025_09_29_00.sql @@ -1,3 +1,4 @@ +-- DB update 2025_09_28_01 -> 2025_09_29_00 -- Update SmartAI (Bleeding Hollow Necrolyte and Tunneler) UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE (`entry` IN (16968, 19422));