From 8684e863538e7e27d78b14397ff51b18a8226060 Mon Sep 17 00:00:00 2001 From: Aqua Deus <95978183+aquadeus@users.noreply.github.com> Date: Mon, 17 Feb 2025 18:24:45 +0100 Subject: Scripts/Spells: Attach Lay on Hands script to replacement spell id used by Empyreal Ward and adjust serverside spell duration of Divine Shield Exclude Aura (#30608) --- sql/updates/world/master/2025_02_17_02_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/master/2025_02_17_02_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2025_02_17_02_world.sql b/sql/updates/world/master/2025_02_17_02_world.sql new file mode 100644 index 00000000000..c7ebca27ccc --- /dev/null +++ b/sql/updates/world/master/2025_02_17_02_world.sql @@ -0,0 +1,6 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=471195; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(471195, 'spell_pal_lay_on_hands'); + +-- Updating serverside spell 61988 +UPDATE `serverside_spell` SET `DurationIndex`=3 WHERE `Id`=61988; -- cgit v1.2.3