Core/Spells: update SpellFamilyFlags of SPELL_SPECIFIC_SEAL thx @Xanvial

Closes #10561
This commit is contained in:
joschiwald
2014-01-27 19:22:05 +01:00
parent df6f300542
commit aa6aaed486

View File

@@ -2163,8 +2163,7 @@ SpellSpecificType SpellInfo::GetSpellSpecific() const
case SPELLFAMILY_PALADIN:
{
// Collection of all the seal family flags. No other paladin spell has any of those.
if (SpellFamilyFlags[1] & 0x26000C00
|| SpellFamilyFlags[0] & 0x0A000000)
if (SpellFamilyFlags[1] & 0xA2000800)
return SPELL_SPECIFIC_SEAL;
if (SpellFamilyFlags[0] & 0x00002190)