Scripts/DK: correctly handle Blood Tap

This commit is contained in:
ccrs
2019-07-13 17:57:07 +02:00
parent 8c16f318fe
commit d1dc0e2dc1
7 changed files with 194 additions and 51 deletions

View File

@@ -0,0 +1,4 @@
-- Blood Tap
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_dk_blood_tap';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(45529, 'spell_dk_blood_tap');