DB/Spells: Added missing Necrotic Strike SpellFamilyMask for Desecration.

Closes #10374

Signed-off-by: Vincent-Michael <Vincent_Michael@gmx.de>
This commit is contained in:
timh52280
2013-07-27 16:02:11 +02:00
committed by Vincent-Michael
parent 61b069e849
commit 3682f0e7b9

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_proc_event` WHERE `entry`=-55666;
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
(-55666, 0, 15, 0x01, 0x8000000, 0x2000, 0, 0, 0, 0, 0);