Core/Spells: Crimson Scourge will now proc only if the target is affected by any of the caster's diseases

This commit is contained in:
Ovahlord
2018-06-19 13:33:32 +02:00
parent 2f9cfdb823
commit 109e14bee0
2 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_dk_crimson_scourge';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(-81135, 'spell_dk_crimson_scourge');