mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Support for spell 66680 used by Boss Argent Confessor Paletress.
--HG-- branch : trunk
This commit is contained in:
3
sql/updates/6804_world_spell_linked_spell.sql
Normal file
3
sql/updates/6804_world_spell_linked_spell.sql
Normal file
@@ -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');
|
||||
Reference in New Issue
Block a user