aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorSorikoff <46191832+Sorikoff@users.noreply.github.com>2019-08-02 19:34:09 +0300
committerShauren <shauren.trinity@gmail.com>2021-12-18 00:01:56 +0100
commit1fd0ba816f317cd298c1efe7a64deb6ad891256d (patch)
treea9e2806de5f0f29e474faac0f219d0846561741e /sql
parent2e9191c153aaa16aa03b3f3acd9033cae750e2a1 (diff)
Scripts/Spells: Devour Humanoid (#23660)
(cherry picked from commit 0d53a0ba981a2471fcd951465f6be5d073fddd38)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_12_17_28_world_2019_08_02_02_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_17_28_world_2019_08_02_02_world.sql b/sql/updates/world/master/2021_12_17_28_world_2019_08_02_02_world.sql
new file mode 100644
index 00000000000..e7ce85498b2
--- /dev/null
+++ b/sql/updates/world/master/2021_12_17_28_world_2019_08_02_02_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_death_knight_devour_humanoid';
+INSERT INTO `spell_script_names` VALUES
+(53110,'spell_death_knight_devour_humanoid');