From 8e3a7e6dcf9f99cbbc56d64b21fdd62c67591588 Mon Sep 17 00:00:00 2001 From: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com> Date: Thu, 13 Nov 2025 10:03:18 +0100 Subject: [PATCH] fix(DB/SAI): Remove SmartAI from Valkyrion Harpoon Gun. (#23646) --- data/sql/updates/pending_db_world/Harpon_gun.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/Harpon_gun.sql 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);