mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Scripts/Icecrown Citadel: Added support for weekly quest Residue Rendezvous
This commit is contained in:
@@ -850,6 +850,7 @@ UPDATE `creature_template` SET `ScriptName`='npc_high_overlord_saurfang_icc' WHE
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_muradin_bronzebeard_icc' WHERE `entry`=37200;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_saurfang_event' WHERE `entry` IN (37920,37830);
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_frost_freeze_trap' WHERE `entry`=37744;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_alchemist_adrianna' WHERE `entry`=38501;
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_festergut' WHERE `entry`=36626;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_stinky_icc' WHERE `entry`=37025;
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_rotface' WHERE `entry`=36627;
|
||||
@@ -1915,6 +1916,8 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
( 72444, 'spell_deathbringer_mark_of_the_fallen_champion'),
|
||||
( 72445, 'spell_deathbringer_mark_of_the_fallen_champion'),
|
||||
( 72446, 'spell_deathbringer_mark_of_the_fallen_champion'),
|
||||
( 72155, 'spell_icc_harvest_blight_specimen'),
|
||||
( 72162, 'spell_icc_harvest_blight_specimen'),
|
||||
( 71123, 'spell_stinky_precious_decimate'),
|
||||
( 73032, 'spell_festergut_pungent_blight'),
|
||||
( 73031, 'spell_festergut_pungent_blight'),
|
||||
@@ -1928,6 +1931,18 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
( 71222, 'spell_festergut_blighted_spores'),
|
||||
( 73033, 'spell_festergut_blighted_spores'),
|
||||
( 73034, 'spell_festergut_blighted_spores'),
|
||||
( 69159, 'spell_festergut_gaseous_blight'),
|
||||
( 70135, 'spell_festergut_gaseous_blight'),
|
||||
( 70136, 'spell_festergut_gaseous_blight'),
|
||||
( 70137, 'spell_festergut_gaseous_blight'),
|
||||
( 69161, 'spell_festergut_gaseous_blight'),
|
||||
( 70138, 'spell_festergut_gaseous_blight'),
|
||||
( 70139, 'spell_festergut_gaseous_blight'),
|
||||
( 70140, 'spell_festergut_gaseous_blight'),
|
||||
( 69163, 'spell_festergut_gaseous_blight'),
|
||||
( 70468, 'spell_festergut_gaseous_blight'),
|
||||
( 70469, 'spell_festergut_gaseous_blight'),
|
||||
( 70470, 'spell_festergut_gaseous_blight'),
|
||||
( 69782, 'spell_rotface_ooze_flood'),
|
||||
( 69796, 'spell_rotface_ooze_flood'),
|
||||
( 69798, 'spell_rotface_ooze_flood'),
|
||||
@@ -1938,6 +1953,10 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
( 69839, 'spell_rotface_unstable_ooze_explosion_init'),
|
||||
( 69832, 'spell_rotface_unstable_ooze_explosion'),
|
||||
( 71441, 'spell_rotface_unstable_ooze_explosion_suicide'),
|
||||
( 69507, 'spell_rotface_slime_spray'),
|
||||
( 71213, 'spell_rotface_slime_spray'),
|
||||
( 73189, 'spell_rotface_slime_spray'),
|
||||
( 73190, 'spell_rotface_slime_spray'),
|
||||
( 70701, 'spell_putricide_expunged_gas'),
|
||||
( 70343, 'spell_putricide_slime_puddle'),
|
||||
( 70351, 'spell_putricide_unstable_experiment'),
|
||||
|
||||
Reference in New Issue
Block a user