aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_02_17_02_world.sql6
1 files changed, 6 insertions, 0 deletions
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;