aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMematoru <127750549+Mematoru23@users.noreply.github.com>2024-07-19 20:16:47 +0300
committerGitHub <noreply@github.com>2024-07-19 19:16:47 +0200
commit1b894be4330b1678c4de73716d5d7dcc6b94ac34 (patch)
treefa05079b6ea51c855e034e1918c18d3c06e21b91 /sql
parent1426f58ff007eac2d9719b41f9189d82b733789e (diff)
Scripts/Spells: Implemented Priest talent Shadow Word: Death (#30069)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2024_07_19_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_07_19_01_world.sql b/sql/updates/world/master/2024_07_19_01_world.sql
new file mode 100644
index 00000000000..a35e1a6857c
--- /dev/null
+++ b/sql/updates/world/master/2024_07_19_01_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_shadow_word_death';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(32379, 'spell_pri_shadow_word_death');