diff options
-rw-r--r-- | src/server/scripts/Spells/spell_mage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_mage.cpp b/src/server/scripts/Spells/spell_mage.cpp index 848e72d7d27..eca01313d1d 100644 --- a/src/server/scripts/Spells/spell_mage.cpp +++ b/src/server/scripts/Spells/spell_mage.cpp @@ -551,7 +551,7 @@ class spell_mage_firestarter_dots : public AuraScript return ValidateSpellInfo({ SPELL_MAGE_FIRESTARTER }); } - void CalcCritChance(AuraEffect const* aurEff, Unit const* victim, float& critChance) + void CalcCritChance(AuraEffect const* /*aurEff*/, Unit const* victim, float& critChance) { if (AuraEffect const* aurEff = GetCaster()->GetAuraEffect(SPELL_MAGE_FIRESTARTER, EFFECT_0)) if (victim->GetHealthPct() >= aurEff->GetAmount()) |