diff options
| author | Shauren <shauren.trinity@gmail.com> | 2011-03-04 23:53:11 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-03-04 23:53:11 +0100 |
| commit | 36f848a4c222828cafb50f87790219da14245a03 (patch) | |
| tree | 82b99d3949a3a38761aee9b2a51a825441ee2a2a /sql/scripts | |
| parent | 22cd262e6ced18d7b98c4ef0635aff5d8a7155b2 (diff) | |
Scripts/Icecrown Citadel: Only one Mutated Abomination can exist during Professor Putricide encounter
Scripts/Spells: Added blizzlike error messages for certain spells
Scripts/Items: Removed obsolete scripts
Diffstat (limited to 'sql/scripts')
| -rw-r--r-- | sql/scripts/world_scripts_full.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/scripts/world_scripts_full.sql b/sql/scripts/world_scripts_full.sql index 88c07e6e003..6a03f33eafd 100644 --- a/sql/scripts/world_scripts_full.sql +++ b/sql/scripts/world_scripts_full.sql @@ -111,7 +111,6 @@ UPDATE `creature_template` SET `ScriptName`='npc_innkeeper' WHERE `entry` IN /* ITEM */ UPDATE `item_template` SET `ScriptName`='item_draenei_fishing_net' WHERE `entry`=23654; -UPDATE `item_template` SET `ScriptName`='item_flying_machine' WHERE `entry` IN (34060,34061); UPDATE `item_template` SET `ScriptName`='item_gor_dreks_ointment' WHERE `entry`=30175; UPDATE `item_template` SET `ScriptName`='item_nether_wraith_beacon' WHERE `entry`=31742; UPDATE `item_template` SET `ScriptName`='item_tainted_core' WHERE `entry`=31088; @@ -119,7 +118,6 @@ UPDATE `item_template` SET `ScriptName`='item_only_for_flight' WHERE `entry` IN UPDATE `item_template` SET `ScriptName`='item_incendiary_explosives' WHERE (`entry`=35704); UPDATE `item_template` SET `ScriptName`='item_mysterious_egg' WHERE `entry` IN(39878); UPDATE `item_template` SET `ScriptName`='item_disgusting_jar' WHERE `entry` IN(44717); -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; @@ -2108,6 +2106,7 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES ( 67533, 'spell_item_red_rider_air_rifle'), ( 26678, 'spell_item_create_heart_candy'), ( 64323, 'spell_item_book_of_glyph_mastery'), +( 52481, 'spell_item_gift_of_the_harvester'), -- warrior ( 12975, 'spell_warr_last_stand'), ( 59725, 'spell_warr_improved_spell_reflection'), @@ -2152,6 +2151,7 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (-49145, 'spell_dk_spell_deflection'), (-52284, 'spell_dk_will_of_the_necropolis'), ( 48743, 'spell_dk_death_pact'), +( 52751, 'spell_dk_death_gate'), -- shaman (-51474, 'spell_sha_astral_shift'), ( 39610, 'spell_sha_mana_tide_totem'), |
