diff options
| author | Shauren <shauren.trinity@gmail.com> | 2025-02-17 19:10:03 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2025-02-17 19:10:03 +0100 |
| commit | fd2574fc3cee6620f868b78ce401485a9d73585b (patch) | |
| tree | 02e211c6f2bf9f00e58f5a06dc71883fbe32a7f3 /sql | |
| parent | 8684e863538e7e27d78b14397ff51b18a8226060 (diff) | |
Scripts/Spells: Remove separate Forbearance checks from paladin scripts, not neccessary since serverside spells were reimplemented
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2025_02_17_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_02_17_03_world.sql b/sql/updates/world/master/2025_02_17_03_world.sql new file mode 100644 index 00000000000..f86192a9f7f --- /dev/null +++ b/sql/updates/world/master/2025_02_17_03_world.sql @@ -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 '); |
