fix(DB/Creature) Solve a wrong SmartAI update in my previous PR. (#22020)
This commit is contained in:
parent
d2be4d9b95
commit
983ca0fbd5
1 changed files with 3 additions and 0 deletions
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue