mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
*Update Naxx scripts.
--HG-- branch : trunk
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (-28169);
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (-28169,28732,54097);
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
||||
( 28732,-28798, 1, 'Widow\'s Embrace - Frenzy'),
|
||||
( 54097,-54100, 1, 'Widow\'s Embrace - Frenzy (H)'),
|
||||
(-28169, 28206, 0, 'Mutating Injection - Mutagen Explosion'),
|
||||
(-28169, 28240, 0, 'Mutating Injection - Poison Cloud');
|
||||
|
||||
@@ -26,19 +28,33 @@ DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN (29912);
|
||||
INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `quest_id`, `cast_flags`) VALUES
|
||||
(29912, 55479, 0, 1); # Obedience Crystal - Force Obedience
|
||||
|
||||
DELETE FROM `spell_script_target` WHERE `entry` IN (55479);
|
||||
DELETE FROM `spell_script_target` WHERE `entry` IN
|
||||
(28732,54097,55479,
|
||||
27892,27893,27928,27929,27935,27936);
|
||||
INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
|
||||
(55479, 1, 16803); # Force Obedience - Death Knight Understudy
|
||||
(28732, 1, 15953), # Widow's Embrace
|
||||
(54097, 1, 15953), # Widow's Embrace
|
||||
(55479, 1, 16803), # Force Obedience - Death Knight Understudy
|
||||
# (29105, 1, 16803), # Hopeless - Death Knight Understudy
|
||||
(27892, 1, 16060), # To Anchor 1 - Gothik
|
||||
(27893, 1, 16060), # To Anchor 2 - Gothik
|
||||
(27928, 1, 16060), # To Anchor 1 - Gothik
|
||||
(27929, 1, 16060), # To Anchor 2 - Gothik
|
||||
(27935, 1, 16060), # To Anchor 1 - Gothik
|
||||
(27936, 1, 16060); # To Anchor 2 - Gothik
|
||||
|
||||
|
||||
INSERT INTO creature_template (entry, spell1, spell2, spell3, spell4, spell5, spell6, spell7, spell8) VALUES
|
||||
(16803, 0, 0, 0, 61696, 29060, 29061, 0, 0), # Death Knight Understudy
|
||||
(29941, 0, 0, 0, 61696, 29060, 29061, 0, 0), # Death Knight Understudy (H)
|
||||
(16573, 15284, 28991, 28969, 34970, 28864, 0, 0, 0), # Crypt Guard
|
||||
(29256, 15284, 28991, 56098, 34970, 28864, 0, 0, 0), # Crypt Guard (H)
|
||||
(16506, 54095, 28732, 0, 0, 0, 0, 0, 0), # Naxxramas Worshipper
|
||||
(29274, 54096, 54097, 0, 0, 0, 0, 0, 0), # Naxxramas Worshipper (H)
|
||||
(16984, 15496, 0, 0, 0, 0, 0, 0, 0), # Plagued Warrior
|
||||
(29632, 15496, 0, 0, 0, 0, 0, 0, 0), # Plagued Warrior (H)
|
||||
(16290, 28156, 0, 0, 0, 0, 0, 0, 0), # Fallout Slime
|
||||
(29388, 54367, 0, 0, 0, 0, 0, 0, 0) # Fallout Slime (H)
|
||||
(29388, 54367, 0, 0, 0, 0, 0, 0, 0), # Fallout Slime (H)
|
||||
(16803, 0, 0, 0, 61696, 29060, 29061, 0, 0), # Death Knight Understudy
|
||||
(29941, 0, 0, 0, 61696, 29060, 29061, 0, 0) # Death Knight Understudy (H)
|
||||
ON DUPLICATE KEY UPDATE
|
||||
spell1 = VALUES(spell1),
|
||||
spell2 = VALUES(spell2),
|
||||
|
||||
Reference in New Issue
Block a user