Cleaning unused variables
This commit is contained in:
parent
787a9238df
commit
944cfd077e
23 changed files with 25 additions and 25 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue