From 4eb7f38dfcffa72724be061a269e336cb5b82075 Mon Sep 17 00:00:00 2001 From: John Holiver Date: Mon, 31 May 2010 22:02:13 -0300 Subject: Added scriptnames for ref4a8519f6. Other stuff needed was posted on TDB forum (e.g. EAI for summons). --HG-- branch : trunk --- sql/updates/8348_world_scriptname.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/8348_world_scriptname.sql (limited to 'sql/updates') 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); -- cgit v1.2.3