fix(Scripts/SunwellPlateau): Move Dark Fiend from SmartAI to ScriptedAI with corrected despawn behavior (#21910)

This commit is contained in:
blinkysc
2025-04-14 11:16:54 -05:00
committed by GitHub
parent 20584bc0a6
commit 607f0579e7
2 changed files with 96 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
-- Remove SmartAI from dark fiend to ScriptedAI (c++)
UPDATE `creature_template` SET
`AIName` = '',
`ScriptName` = 'npc_dark_fiend'
WHERE `entry` = 25744;