aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorJohn Holiver <none@none>2010-05-31 22:02:13 -0300
committerJohn Holiver <none@none>2010-05-31 22:02:13 -0300
commit4eb7f38dfcffa72724be061a269e336cb5b82075 (patch)
tree989e3a80f2fe25ebaa8d83b803f6563e7563c4bf /sql/updates
parented636d96d850bc26e4b3b09bf28e63c777e1467a (diff)
Added scriptnames for ref4a8519f6.
Other stuff needed was posted on TDB forum (e.g. EAI for summons). --HG-- branch : trunk
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);