mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-21 07:11:59 -04:00
Support for spell 66680 used by Boss Argent Confessor Paletress.
--HG-- branch : trunk
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=66680;
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES
|
||||
(66680,66547,0,'Confess - Confess');
|
||||
+3
-1
@@ -5576,7 +5576,9 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment
|
||||
(-54361, 54343, 0, 'Void Shift (Normal) - Void Shifted'),
|
||||
(-59743, 54343, 0, 'Void Shift (Heroic) - Void Shifted'),
|
||||
-- Gundrak
|
||||
(54850, 54851, 1, 'Emerge - Emerge Summon');
|
||||
(54850, 54851, 1, 'Emerge - Emerge Summon'),
|
||||
-- Trial of the Champion
|
||||
(66680, 66547, 0, 'Confess - Confess');
|
||||
/*!40000 ALTER TABLE `spell_linked_spell` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user