Warning fix

This commit is contained in:
Shauren
2023-05-14 19:35:26 +02:00
parent d64f7c332e
commit b42477f6b4
+2 -2
View File
@@ -205,7 +205,7 @@ class spell_warr_fueled_by_violence : public AuraScript
{
PrepareAuraScript(spell_warr_fueled_by_violence);
bool Validate(SpellInfo const* spellInfo) override
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_WARRIOR_FUELED_BY_VIOLENCE_HEAL });
}
@@ -217,7 +217,7 @@ class spell_warr_fueled_by_violence : public AuraScript
_nextHealAmount += CalculatePct(eventInfo.GetDamageInfo()->GetDamage(), GetEffectInfo(EFFECT_0).CalcValue(GetTarget()));
}
void HandlePeriodic(AuraEffect const* aurEff)
void HandlePeriodic(AuraEffect const* /*aurEff*/)
{
if (_nextHealAmount == 0)
return;