From 9efdd9798f9789590f7533afac0e4ac857d01d42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 12 Aug 2025 12:24:27 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 2e07a0fe1f6f6f1af9dffd7e6a7f8f19a2082599 --- .../{pending_db_world/Fezzix.sql => db_world/2025_08_12_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/Fezzix.sql => db_world/2025_08_12_00.sql} (99%) diff --git a/data/sql/updates/pending_db_world/Fezzix.sql b/data/sql/updates/db_world/2025_08_12_00.sql similarity index 99% rename from data/sql/updates/pending_db_world/Fezzix.sql rename to data/sql/updates/db_world/2025_08_12_00.sql index 772136e73..430efa851 100644 --- a/data/sql/updates/pending_db_world/Fezzix.sql +++ b/data/sql/updates/db_world/2025_08_12_00.sql @@ -1,3 +1,4 @@ +-- DB update 2025_08_10_01 -> 2025_08_12_00 -- Set SmartAI (Wreckage A, B, C) UPDATE `gameobject_template` SET `AIName` = 'SmartGameObjectAI' WHERE (`entry`IN (188087, 188088, 188089));