DB/Spells: corrected spell type mask for Hex, Polymorph and Frost Nova's control effect procs

This commit is contained in:
Ovahlord
2020-04-17 20:43:11 +02:00
parent 077b679000
commit c67bcc4f72

View File

@@ -0,0 +1 @@
UPDATE `spell_proc` SET `SpellTypeMask`= 1 WHERE `SpellId` IN (118, 51514, 122);