diff --git a/data/sql/updates/pending_db_world/Harpon_gun.sql b/data/sql/updates/pending_db_world/Harpon_gun.sql new file mode 100644 index 000000000..a05b291d1 --- /dev/null +++ b/data/sql/updates/pending_db_world/Harpon_gun.sql @@ -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);