From a5502ad0bf7e6841dae29773f235c82f63006d50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 Sep 2025 08:42:02 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 032e9b6654278921508e03439b84c221067e9fe7 --- .../Update_Old_SmartAIs.sql => db_world/2025_09_23_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/Update_Old_SmartAIs.sql => db_world/2025_09_23_00.sql} (98%) diff --git a/data/sql/updates/pending_db_world/Update_Old_SmartAIs.sql b/data/sql/updates/db_world/2025_09_23_00.sql similarity index 98% rename from data/sql/updates/pending_db_world/Update_Old_SmartAIs.sql rename to data/sql/updates/db_world/2025_09_23_00.sql index fe00eb749..fc0097136 100644 --- a/data/sql/updates/pending_db_world/Update_Old_SmartAIs.sql +++ b/data/sql/updates/db_world/2025_09_23_00.sql @@ -1,3 +1,4 @@ +-- DB update 2025_09_22_03 -> 2025_09_23_00 -- Update SmartAIs UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE (`entry` IN (18855, 19643, 21660));