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:
Vitoco
2019-01-17 14:53:05 -03:00
committed by Barbz
parent b578bce1d1
commit c9c9007015

View File

@@ -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;