mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/SAI): Remove SmartAI from Valkyrion Harpoon Gun. (#23646)
This commit is contained in:
4
data/sql/updates/pending_db_world/Harpon_gun.sql
Normal file
4
data/sql/updates/pending_db_world/Harpon_gun.sql
Normal 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);
|
||||
Reference in New Issue
Block a user