forked from TrinityCore/TrinityCore
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scripts/Spells: Remove separate Forbearance checks from paladin scrip…
…ts, not neccessary since serverside spells were reimplemented
- Loading branch information
Showing
2 changed files
with
23 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 '); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters