Pelf

Pelf divine guardian 1

Apr 26th, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.77 KB | None | 0 0
  1. diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
  2. index abe9904..b219cba 100644
  3. --- a/src/server/game/Spells/SpellMgr.cpp
  4. +++ b/src/server/game/Spells/SpellMgr.cpp
  5. @@ -4415,8 +4415,8 @@ void SpellMgr::LoadSpellCustomAttr()
  6.                  // Seals of the Pure should affect Seal of Righteousness
  7.                  if (spellInfo->SpellIconID == 25 && spellInfo->Attributes & SPELL_ATTR0_PASSIVE)
  8.                      spellInfo->EffectSpellClassMask[0][1] |= 0x20000000;
  9. -                else
  10. -                    break;
  11. +               else if (spellInfo->Id == 70940) // Divine Guardian
  12. +                   spellInfo->AttributesEx &= ~SPELL_ATTR1_CANT_TARGET_SELF;
  13.                  count++;
  14.                  break;
  15.              case SPELLFAMILY_DEATHKNIGHT:
Advertisement
Add Comment
Please, Sign In to add comment