fix(DB/Creature) Solve a wrong SmartAI update in my previous PR. (#22020)

This commit is contained in:
Rocco Silipo 2025-04-29 17:50:20 +02:00 committed by GitHub
parent d2be4d9b95
commit 983ca0fbd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,3 @@
-- Active SmartAI for female DKs.
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 29030;