mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
Core/Spells: update SpellFamilyFlags of SPELL_SPECIFIC_SEAL thx @Xanvial
Closes #10561
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user