Core/Spells: Seals of Pure should affect Seal of Righteousness

Closes #1762
This commit is contained in:
tobmaps
2011-05-31 23:10:58 +07:00
parent 53db8f4fb6
commit 223d3266d8

View File

@@ -4174,6 +4174,14 @@ void SpellMgr::LoadSpellCustomAttr()
break;
++count;
break;
case SPELLFAMILY_PALADIN:
// Seals of the Pure should affect Seal of Righteousness
if (spellInfo->SpellIconID == 25 && spellInfo->Attributes & SPELL_ATTR0_PASSIVE)
spellInfo->EffectSpellClassMask[0][1] |= 0x20000000;
else
break;
++count;
break;
case SPELLFAMILY_DEATHKNIGHT:
// Icy Touch - extend FamilyFlags (unused value) for Sigil of the Frozen Conscience to use
if (spellInfo->SpellIconID == 2721 && spellInfo->SpellFamilyFlags[0] & 0x2)