Scripts/Spells: Remove separate Forbearance checks from paladin scripts, not neccessary since serverside spells were reimplemented
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_linked_spell` WHERE ABS(`spell_trigger`) = 25771;
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
||||
(25771, 61988, 2, 'Forbearance - link duration of serverside Divine Shield Exclude Aura ');
|
||||
Reference in New Issue
Block a user