diff options
author | Sorikoff <46191832+Sorikoff@users.noreply.github.com> | 2019-08-02 19:34:09 +0300 |
---|---|---|
committer | ccrs <ccrs@users.noreply.github.com> | 2019-08-02 18:34:09 +0200 |
commit | 0d53a0ba981a2471fcd951465f6be5d073fddd38 (patch) | |
tree | 72fc96d089b9c828bdd68bcea083a50a53e915e1 /sql | |
parent | 5631d9ecc1b31756e4837ad8facd257a2bfe6d7b (diff) |
Scripts/Spells: Devour Humanoid (#23660)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2019_08_02_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_08_02_02_world.sql b/sql/updates/world/3.3.5/2019_08_02_02_world.sql new file mode 100644 index 00000000000..e7ce85498b2 --- /dev/null +++ b/sql/updates/world/3.3.5/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'); |