aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2020-10-11 13:33:02 -0300
committerShauren <shauren.trinity@gmail.com>2022-02-28 16:59:09 +0100
commitec3cb55d2f631811e87c8e18be2a8de724cd793c (patch)
tree1ec41e97bc2ccae5fe6ba209e58f1003c13fc4c2 /sql/updates/world
parent6cd16b0ca9ff43b025e286f336b6af03c49b37db (diff)
Scripts/IcecrownCitadel: Implemented Vampiric Might spell (#25556)
Closes #21294 (cherry picked from commit dadc0c98c098e0a9555124dc042687a80c89b79a)
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/master/2022_02_28_21_world_2020_10_11_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_28_21_world_2020_10_11_00_world.sql b/sql/updates/world/master/2022_02_28_21_world_2020_10_11_00_world.sql
new file mode 100644
index 00000000000..0696ddad41b
--- /dev/null
+++ b/sql/updates/world/master/2022_02_28_21_world_2020_10_11_00_world.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_deathwhisper_vampiric_might';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(70674,'spell_deathwhisper_vampiric_might');