Core/Spells: fixed Blood Death Knight's Blood Rites passive

This commit is contained in:
Ovahlord
2018-06-19 13:09:05 +02:00
parent 86f2c5e28c
commit 2f9cfdb823
3 changed files with 52 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_dk_blood_rites';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(50034, 'spell_dk_blood_rites');
DELETE FROM `spell_proc` WHERE `spellId`= 50034;
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`) VALUES
(50034, 15, 0x00000010, 0x00020000, 0x0, 0x00015550, 0x1, 0x1, 0x0, 0x0);