Scripts/Spells: Remove separate Forbearance checks from paladin scripts, not neccessary since serverside spells were reimplemented

This commit is contained in:
Shauren
2025-02-17 19:10:03 +01:00
parent 8684e86353
commit fd2574fc3c
2 changed files with 23 additions and 54 deletions
@@ -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 ');