DB/Spells: Glyph of Silencing Shot will now only trigger when hitting with Silencing Shot

This commit is contained in:
Ovahlord
2020-07-27 21:27:09 +02:00
parent 35041c9d47
commit ae5a3ca7e2

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_proc` WHERE `SpellId`= 56836;
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellTypeMask`, `SpellPhaseMask`) VALUES
(56836, 9, 0x40000, 4, 2);