mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
*spell_linked_spell entry for Deterrance. Resolves #237.
--HG-- branch : trunk
This commit is contained in:
3
sql/updates/6941_world_spell_linked_spell.sql
Normal file
3
sql/updates/6941_world_spell_linked_spell.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 19263 AND `spell_effect` = 67801;
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES
|
||||
( 19263, 67801, 2, 'Deterrence');
|
||||
Reference in New Issue
Block a user