diff options
Diffstat (limited to 'src/scripts/Spells/spell_dk.cpp')
-rw-r--r-- | src/scripts/Spells/spell_dk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/Spells/spell_dk.cpp b/src/scripts/Spells/spell_dk.cpp index ee419992fa..fbbbbbe15a 100644 --- a/src/scripts/Spells/spell_dk.cpp +++ b/src/scripts/Spells/spell_dk.cpp @@ -937,7 +937,7 @@ class spell_dk_pet_scaling : public SpellScriptLoader int32 modifier = 33; // xinef: impurity - if (AuraEffect const* impurityEff = owner->GetDummyAuraEffect(SPELLFAMILY_DEATHKNIGHT, 1986, 0)) + if (owner->GetDummyAuraEffect(SPELLFAMILY_DEATHKNIGHT, 1986, 0)) modifier = 40; amount = CalculatePct(std::max<int32>(0, owner->GetTotalAttackPowerValue(BASE_ATTACK)), modifier); |