Core/Spells: removed a duplicate negative marker for Arcane Missiles

This commit is contained in:
Ovahlord
2018-07-14 19:37:46 +02:00
parent a71da846eb
commit 27d23118e7

View File

@@ -3558,9 +3558,6 @@ bool SpellInfo::_IsPositiveEffect(uint8 effIndex, bool deep) const
if (SpellIconID == 45)
return true;
// Arcane Missiles
if (SpellFamilyFlags[0] == 0x00000800)
return false;
// Arcane Missiles
if (SpellFamilyFlags[0] == 0x00000800)
return false;
break;
@@ -3588,6 +3585,8 @@ bool SpellInfo::_IsPositiveEffect(uint8 effIndex, bool deep) const
break;
}
break;
case SPELLFAMILY_PALADIN:
break;
default:
break;
}