chore(DB): import pending files

Referenced commit(s): 607f0579e7
This commit is contained in:
github-actions[bot]
2025-04-14 16:17:55 +00:00
parent 607f0579e7
commit 273251054c

View File

@@ -0,0 +1,6 @@
-- DB update 2025_04_13_04 -> 2025_04_14_00
-- Remove SmartAI from dark fiend to ScriptedAI (c++)
UPDATE `creature_template` SET
`AIName` = '',
`ScriptName` = 'npc_dark_fiend'
WHERE `entry` = 25744;