chore(DB): import pending files

Referenced commit(s): 8e3a7e6dcf
This commit is contained in:
github-actions[bot]
2025-11-13 09:07:56 +00:00
parent 8e3a7e6dcf
commit 386a23b239

View File

@@ -0,0 +1,5 @@
-- DB update 2025_11_13_00 -> 2025_11_13_01
-- Delete SmartAI
UPDATE `creature_template` SET `AIName` = '' WHERE `entry` = 30066;
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 30066) AND (`source_type` = 0);