Core/Spells: implement SPELLVALUE_CRIT_CHANCE and SPELL_ATTR4_INHERIT_CRIT_FROM_AURA

Closes #18813
This commit is contained in:
ariel-
2018-02-11 22:52:28 -03:00
parent 52873a7072
commit 546a605bd0
8 changed files with 51 additions and 8 deletions

View File

@@ -0,0 +1 @@
UPDATE `spell_proc` SET `SpellFamilyMask0`=0, `SpellFamilyMask1`=0, `SpellFamilyMask2`=0, `AttributesMask`=(`AttributesMask` & ~0x8) WHERE `SpellId` IN (57529, 57531);