aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/8348_world_scriptname.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/8348_world_scriptname.sql b/sql/updates/8348_world_scriptname.sql
new file mode 100644
index 00000000000..42fbaed7eb7
--- /dev/null
+++ b/sql/updates/8348_world_scriptname.sql
@@ -0,0 +1,2 @@
+-- Skadi Harpoon Launchers
+UPDATE `gameobject_template` SET `ScriptName`='go_harpoon_launcher' WHERE `entry` IN (192175,192176,192177);