DB/Spells: Arcane Potency's crit chance bonus will now get consumed by any affected damaging or healing spell instead of a selected group of spells only

This commit is contained in:
Ovahlord
2020-08-28 11:41:25 +02:00
parent afba1ba347
commit b3dc12fe6a

View File

@@ -0,0 +1 @@
UPDATE `spell_proc` SET `SpellFamilyMask0`= 0, `SpellFamilyMask1`= 0, `SpellTypeMask`= 0x1 | 0x2 WHERE `SpellId` IN (57529, 57531);