DB/Spells: Shooting Stars will now only proc from Moonfire and Insect Swarm

This commit is contained in:
Ovahlord
2018-07-07 18:54:05 +02:00
parent 2d0b2a3e44
commit a90c2ea70e

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_proc` WHERE `SpellId`= -93398;
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `Cooldown`) VALUES
(-93398, 0x00000002 | 0x00200000, 0x0, 0x0, 0x00040000, 1, 2, 0, 0, 60000);