fix(build): mac (#19229)

This commit is contained in:
Kitzunu
2024-06-29 16:48:58 +02:00
committed by GitHub
parent 91f4b13c89
commit bc91074b14

View File

@@ -3973,7 +3973,7 @@ class spell_item_eye_of_grillok_aura : public AuraScript
return ValidateSpellInfo({ SPELL_EYE_OF_GRILLOK });
}
void OnPeriodic(AuraEffect const* aurEff)
void OnPeriodic(AuraEffect const* /*aurEff*/)
{
Unit* caster = GetCaster();
if (!caster || !GetTarget())