fix(DB/SAI): Remove SmartAI from Valkyrion Harpoon Gun. (#23646)

This commit is contained in:
Rocco Silipo 2025-11-13 10:03:18 +01:00 committed by GitHub
parent 326bc92871
commit 8e3a7e6dcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,4 @@
-- Delete SmartAI
UPDATE `creature_template` SET `AIName` = '' WHERE `entry` = 30066;
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 30066) AND (`source_type` = 0);