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 b219cba..117a623 100644
- --- a/src/server/game/Spells/SpellMgr.cpp
- +++ b/src/server/game/Spells/SpellMgr.cpp
- @@ -4363,6 +4363,13 @@ void SpellMgr::LoadSpellCustomAttr()
- mSpellCustomAttr[i] |= SPELL_ATTR0_CU_NEGATIVE;
- count++;
- break;
- + case 30213: // Legion Strike
- + spellInfo->EffectRadiusIndex[1] = 29; // 6 yards
- + break;
- + case 22703: // Infernal Awakening
- + spellInfo->EffectRadiusIndex[0] = 13; // 10 yards
- + spellInfo->EffectRadiusIndex[1] = 13; // 10 yards
- + break;
- default:
- break;
- }
Advertisement
Add Comment
Please, Sign In to add comment