aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2023_08_28_00_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_08_28_00_world.sql b/sql/updates/world/master/2023_08_28_00_world.sql
new file mode 100644
index 00000000000..34338358ac0
--- /dev/null
+++ b/sql/updates/world/master/2023_08_28_00_world.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_holy_word_salvation', 'spell_pri_holy_word_salvation_cooldown_reduction');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(265202, 'spell_pri_holy_word_salvation'),
+(2050, 'spell_pri_holy_word_salvation_cooldown_reduction'),
+(34861, 'spell_pri_holy_word_salvation_cooldown_reduction');