aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2021-09-28 21:48:46 -0300
committerShauren <shauren.trinity@gmail.com>2022-03-18 00:06:15 +0100
commit42de9d9cd8ee00428a532e09276929fe04c7b526 (patch)
tree19821d33aa28a333d9ba51731a41fdf67c28d39d /sql
parente80777cb39d5eb940348300aa2a6d42cede039a8 (diff)
Scripts/ICC: Implemented spell Dark Reckoning
Closes #26941 (cherry picked from commit bddf41e718e45b32225af590d35e60b4ffbe4f38)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_03_17_08_world_2021_09_28_02_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_17_08_world_2021_09_28_02_world.sql b/sql/updates/world/master/2022_03_17_08_world_2021_09_28_02_world.sql
new file mode 100644
index 00000000000..7b6cb00f1a7
--- /dev/null
+++ b/sql/updates/world/master/2022_03_17_08_world_2021_09_28_02_world.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_deathwhisper_dark_reckoning';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(69483,'spell_deathwhisper_dark_reckoning');