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())