From bc91074b14a65e9da26c47af20bff4ffae77ec5c Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sat, 29 Jun 2024 16:48:58 +0200 Subject: [PATCH] fix(build): mac (#19229) --- src/server/scripts/Spells/spell_item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/scripts/Spells/spell_item.cpp b/src/server/scripts/Spells/spell_item.cpp index d8910295c..654d14a63 100644 --- a/src/server/scripts/Spells/spell_item.cpp +++ b/src/server/scripts/Spells/spell_item.cpp @@ -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())