Added scriptnames for ref4a8519f6.

Other stuff needed was posted on TDB forum (e.g. EAI for summons).

--HG--
branch : trunk
This commit is contained in:
John Holiver
2010-05-31 22:02:13 -03:00
parent ed636d96d8
commit 4eb7f38dfc
2 changed files with 3 additions and 0 deletions

View File

@@ -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);

View File

@@ -0,0 +1,2 @@
-- Skadi Harpoon Launchers
UPDATE `gameobject_template` SET `ScriptName`='go_harpoon_launcher' WHERE `entry` IN (192175,192176,192177);