diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Spells/SpellInfo.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server/game/Spells/SpellInfo.cpp b/src/server/game/Spells/SpellInfo.cpp index 1e48de9710f..f4a708e3a0f 100644 --- a/src/server/game/Spells/SpellInfo.cpp +++ b/src/server/game/Spells/SpellInfo.cpp @@ -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) |