Skip to content

Commit

Permalink
Corpse explosion radius #3
Browse files Browse the repository at this point in the history
  • Loading branch information
mnclaras committed Nov 10, 2020
1 parent 8b6dbb9 commit 5d57929
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/server/game/Spells/SpellMgr.cpp
Expand Up @@ -3965,11 +3965,15 @@ void SpellMgr::LoadDbcDataCorrections()
// Death Knight T10 Tank 2p Bonus
case 70650:
spellInfo->EffectApplyAuraName[0] = SPELL_AURA_ADD_PCT_MODIFIER;
break;
// Corpse explosion
case 47496:
spellInfo->EffectRadiusIndex[2] = EFFECT_RADIUS_10_YARDS; // 10yd
break;




/////////////////////////////////
///// SHAMAN
/////////////////////////////////
Expand Down

0 comments on commit 5d57929

Please sign in to comment.