From fd2574fc3cee6620f868b78ce401485a9d73585b Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 17 Feb 2025 19:10:03 +0100 Subject: Scripts/Spells: Remove separate Forbearance checks from paladin scripts, not neccessary since serverside spells were reimplemented --- sql/updates/world/master/2025_02_17_03_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2025_02_17_03_world.sql (limited to 'sql') 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 '); -- cgit v1.2.3