mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 03:42:37 +01:00
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:
committed by
Vincent-Michael
parent
61b069e849
commit
3682f0e7b9
@@ -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);
|
||||
Reference in New Issue
Block a user