Core/Spells:

* fixed Unholy Command talent
* fixed Resilient Infection talent
* fixed Desecration casting range and make sure that it only procs against targets that are not immune to movement slowing effects
This commit is contained in:
Ovahlord
2019-02-14 12:51:49 +01:00
parent adf168e01b
commit 27fb9ad8dd
3 changed files with 115 additions and 11 deletions

View File

@@ -0,0 +1,10 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN
('spell_dk_unholy_command',
'spell_dk_disease',
'spell_dk_desecration');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(-49588, 'spell_dk_unholy_command'),
(55078, 'spell_dk_disease'),
(55095, 'spell_dk_disease'),
(-55666, 'spell_dk_desecration');