mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
6
data/sql/updates/db_world/2025_04_14_00.sql
Normal file
6
data/sql/updates/db_world/2025_04_14_00.sql
Normal 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;
|
||||
Reference in New Issue
Block a user