fix(DB/SAI): Remove SmartAI from Valkyrion Harpoon Gun. (#23646)
This commit is contained in:
parent
326bc92871
commit
8e3a7e6dcf
1 changed files with 4 additions and 0 deletions
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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue