DB/Spells: silence tamed pet passive proc console spam

This commit is contained in:
Ovahlord
2019-12-09 19:57:59 +01:00
parent e4f0ef308c
commit 66f76091a0

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_proc` WHERE `SpellId` IN (83727, 94003);
INSERT INTO `spell_proc` (`SpellId`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`) VALUES
(83727, 1, 2, 0, 16),
(94003, 1, 2, 0, 16);