From aa6aaed486689f1ffac41131fd3a123dba7dad65 Mon Sep 17 00:00:00 2001 From: joschiwald Date: Mon, 27 Jan 2014 19:22:05 +0100 Subject: Core/Spells: update SpellFamilyFlags of SPELL_SPECIFIC_SEAL thx @Xanvial Closes #10561 --- src/server/game/Spells/SpellInfo.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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) -- cgit v1.2.3