From 8403697a202abfbda8e9d0de2efdbb88ad93bd9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 30 Nov 2025 18:41:29 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 589d533f1cccf301990e3f2b16e7777573f39858 --- .../Blight_Spreader.sql => db_world/2025_11_30_03.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/Blight_Spreader.sql => db_world/2025_11_30_03.sql} (95%) diff --git a/data/sql/updates/pending_db_world/Blight_Spreader.sql b/data/sql/updates/db_world/2025_11_30_03.sql similarity index 95% rename from data/sql/updates/pending_db_world/Blight_Spreader.sql rename to data/sql/updates/db_world/2025_11_30_03.sql index 263b93c69..a59af9056 100644 --- a/data/sql/updates/pending_db_world/Blight_Spreader.sql +++ b/data/sql/updates/db_world/2025_11_30_03.sql @@ -1,3 +1,4 @@ +-- DB update 2025_11_30_02 -> 2025_11_30_03 -- Add SmartAI UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 26523;