chore(DB): import pending files

Referenced commit(s): 3e36b35a15
This commit is contained in:
github-actions[bot]
2025-08-14 11:59:36 +00:00
parent 3e36b35a15
commit 1878efda1e

View File

@@ -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));