aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorTeleqraph <nyrdeveloper@gmail.com>2023-08-28 00:24:57 +0200
committerGitHub <noreply@github.com>2023-08-28 00:24:57 +0200
commitaa278017e8bcb87411b8def5dcceb72d178dfafc (patch)
treed1c00bf023929cfc6d3f260df38c16de407d953b /sql
parent3cce2dad8be158776db90647aa5e4300a13d02f3 (diff)
Scripts/Spells: Implement priest talent Holy Word: Salvation (#29218)
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');