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

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);