build fix

This commit is contained in:
Aokromes
2018-03-29 00:57:51 +02:00
parent 9f7e1a0673
commit cc78ff1291

View File

@@ -3558,7 +3558,7 @@ bool SpellInfo::_IsPositiveEffect(uint8 effIndex, bool deep) const
if (SpellFamilyFlags[0] == 0x00000800)
return false;
// Arcane Missiles
if (spellInfo->SpellFamilyFlags[0] == 0x00000800)
if (SpellFamilyFlags[0] == 0x00000800)
return false;
break;
case SPELLFAMILY_PRIEST: