mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Fix to make the Argent Defender trigger the visuals (by amki).
--HG-- branch : trunk
This commit is contained in:
@@ -6104,6 +6104,7 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment
|
||||
( 19263, 67801, 2, 'Deterrence'),
|
||||
( 45524, 55095, 0, 'Chains of Ice - Frost Fever'),
|
||||
( 20066,-61840, 0, 'Repentance'),
|
||||
( 66235, 66233, 0, 'Ardent Defender Visuals'),
|
||||
-- Quest
|
||||
( 40214, 40216, 2, 'Dragonmaw Illusion'),
|
||||
( 40214, 42016, 2, 'Dragonmaw Illusion'),
|
||||
|
||||
3
sql/updates/8836_world_spell_linked_spell.sql
Normal file
3
sql/updates/8836_world_spell_linked_spell.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- Make the Ardent Defender heal (66235) trigger the visuals (66233)
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=66235;
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES (66235,66233,0, 'Ardent Defender Visuals');
|
||||
Reference in New Issue
Block a user