Core/Spells: Fix DeathKnight T10 Tank 2P Bonus (#1291)
Now correctly increase the damage done by your Death and Decay ability by 20%
This commit is contained in:
parent
b578bce1d1
commit
c9c9007015
1 changed files with 4 additions and 0 deletions
|
|
@ -3884,6 +3884,10 @@ void SpellMgr::LoadDbcDataCorrections()
|
|||
case 55268:
|
||||
spellInfo->AttributesEx3 |= SPELL_ATTR3_BLOCKABLE_SPELL;
|
||||
break;
|
||||
// Death Knight T10 Tank 2p Bonus
|
||||
case 70650:
|
||||
spellInfo->EffectApplyAuraName[0] = SPELL_AURA_ADD_PCT_MODIFIER;
|
||||
break;
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue