Core/Scripts: Add support for questID 25444 (Da Perfect Spies)

--HG--
branch : trunk
This commit is contained in:
click
2010-11-21 23:43:44 +01:00
parent 634ddae566
commit ea9e88a48c
3 changed files with 30 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ UPDATE `item_template` SET `ScriptName`='item_disgusting_jar' WHERE `entry` IN(4
UPDATE `item_template` SET `ScriptName`='item_harvesters_gift' WHERE `entry`=39253;
UPDATE `item_template` SET `ScriptName`='item_petrov_cluster_bombs' WHERE `entry`=33098;
UPDATE `item_template` SET `ScriptName`='item_Trident_of_Nazjan' WHERE `entry`=35850;
UPDATE `item_template` SET `ScriptName`='item_captured_frog' WHERE `entry`=53510;
/* NPC (usually creatures to be found in more than one specific zone) */
UPDATE `creature_template` SET `ScriptName`='npc_air_force_bots' WHERE `entry` IN (2614,2615,21974,21993,21996,21997,21999,22001,22002,22003,22063,22065,22066,22068,22069,22070,22071,22078,22079,22080,22086,22087,22088,22090,22124,22125,22126);