DB/Spells: fixed a startup error caused by Fulmation proc entry

This commit is contained in:
Ovahlord
2018-08-23 00:19:14 +02:00
parent fe643003e8
commit 101eb6d142

View File

@@ -7,4 +7,4 @@ INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
DELETE FROM `spell_proc` WHERE `SpellId`= 95774;
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `Cooldown`, `Charges`, `Chance`) VALUES
(95774, 11, 0x00100000, 0, 0, 0x00010000, 1, 1, 1 | 2 | 4 | 8 | 512 | 1024 | 2048, 0, 0, 1, 100);
(95774, 11, 0x00100000, 0, 0, 0x00010000, 1, 1, 0, 0, 0, 1, 100);