Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
- index abe9904..b219cba 100644
- --- a/src/server/game/Spells/SpellMgr.cpp
- +++ b/src/server/game/Spells/SpellMgr.cpp
- @@ -4415,8 +4415,8 @@ void SpellMgr::LoadSpellCustomAttr()
- // 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;
- + else if (spellInfo->Id == 70940) // Divine Guardian
- + spellInfo->AttributesEx &= ~SPELL_ATTR1_CANT_TARGET_SELF;
- count++;
- break;
- case SPELLFAMILY_DEATHKNIGHT:
Advertisement
Add Comment
Please, Sign In to add comment