Pelf

Pelf legion infernal

Apr 27th, 2012
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.67 KB | None | 0 0
  1. diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
  2. index b219cba..117a623 100644
  3. --- a/src/server/game/Spells/SpellMgr.cpp
  4. +++ b/src/server/game/Spells/SpellMgr.cpp
  5. @@ -4363,6 +4363,13 @@ void SpellMgr::LoadSpellCustomAttr()
  6.              mSpellCustomAttr[i] |= SPELL_ATTR0_CU_NEGATIVE;
  7.              count++;
  8.              break;
  9. +       case 30213: // Legion Strike
  10. +           spellInfo->EffectRadiusIndex[1] = 29; // 6 yards
  11. +           break;
  12. +       case 22703: // Infernal Awakening
  13. +           spellInfo->EffectRadiusIndex[0] = 13; // 10 yards
  14. +           spellInfo->EffectRadiusIndex[1] = 13; // 10 yards
  15. +           break;
  16.          default:
  17.              break;
  18.          }
Advertisement
Add Comment
Please, Sign In to add comment