DB/Spells: Invocation will now proc only on spell interrupts

This commit is contained in:
Ovahlord
2018-08-18 00:12:29 +02:00
parent 59f16eadb3
commit e262b49676

View File

@@ -0,0 +1 @@
UPDATE `spell_proc` SET `HitMask`= 0x00001000 WHERE `SpellID` IN (84722, 84723);