diff options
-rw-r--r-- | sql/FULL/world_scripts_full.sql | 1 | ||||
-rw-r--r-- | sql/updates/8348_world_scriptname.sql | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sql/FULL/world_scripts_full.sql b/sql/FULL/world_scripts_full.sql index 73c2cb0cf7b..1aaae94d91b 100644 --- a/sql/FULL/world_scripts_full.sql +++ b/sql/FULL/world_scripts_full.sql @@ -85,6 +85,7 @@ UPDATE `gameobject_template` SET `scriptname`='go_tadpole_cage' WHERE `entry`=18 UPDATE `gameobject_template` SET `ScriptName`='go_dragonflayer_cage' WHERE entry IN (186566,186567,186568,186569,186570,186571,186572,186573,186574,186575); UPDATE `gameobject_template` SET `ScriptName`='go_black_cage' WHERE `entry`=195310; UPDATE `gameobject_template` SET `ScriptName`='go_massive_seaforium_charge' WHERE `entry`=190752; +UPDATE `gameobject_template` SET `ScriptName`='go_harpoon_launcher' WHERE `entry` IN (192175,192176,192177); /* GUARD */ UPDATE `creature_template` SET `ScriptName`='guard_generic' WHERE `entry` IN (727,1423,1735,1738,1742,1743,1744,1745,1746,2209,2210,3084,3212,3215,3217,3218,3219,3220,3221,3222,3223,3224,3502,3571,4262,4264,5595,5624,5725,5953,9460,11190,13076,15184,16221,16222,16733,18038,19687); 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); |