mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-01 01:53:47 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user