fix(build): mac (#19229)
This commit is contained in:
parent
91f4b13c89
commit
bc91074b14
1 changed files with 1 additions and 1 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue