mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
fix(DB/Creature) Solve a wrong SmartAI update in my previous PR. (#22020)
This commit is contained in:
3
data/sql/updates/pending_db_world/Fix_SmartAI_Update.sql
Normal file
3
data/sql/updates/pending_db_world/Fix_SmartAI_Update.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
-- Active SmartAI for female DKs.
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 29030;
|
||||
Reference in New Issue
Block a user