mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
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:
3
sql/updates/world/custom/custom_2018_06_19_03_world.sql
Normal file
3
sql/updates/world/custom/custom_2018_06_19_03_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user