mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Core/Spells: Seals of Pure should affect Seal of Righteousness
Closes #1762
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user