From 1878efda1eb469868a5164db30416a34f0ef3246 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 14 Aug 2025 11:59:36 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 3e36b35a158ad37a71ecbbccdf7b250cccfdc6b8 --- .../rev_1753816572154118506.sql => db_world/2025_08_14_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1753816572154118506.sql => db_world/2025_08_14_00.sql} (96%) diff --git a/data/sql/updates/pending_db_world/rev_1753816572154118506.sql b/data/sql/updates/db_world/2025_08_14_00.sql similarity index 96% rename from data/sql/updates/pending_db_world/rev_1753816572154118506.sql rename to data/sql/updates/db_world/2025_08_14_00.sql index 09f9b5bf6..0323cc323 100644 --- a/data/sql/updates/pending_db_world/rev_1753816572154118506.sql +++ b/data/sql/updates/db_world/2025_08_14_00.sql @@ -1,3 +1,4 @@ +-- DB update 2025_08_13_00 -> 2025_08_14_00 -- Allow Anub'ar warrior to use Strike ability. (Set the event_type 0 to "incombat update" instead of "out of combat update") UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 28732; DELETE FROM `smart_scripts` WHERE (`entryorguid` = 28732) AND (`source_type` = 0) AND (`id` IN (0));