mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(build): mac (#19229)
This commit is contained in:
@@ -3973,7 +3973,7 @@ class spell_item_eye_of_grillok_aura : public AuraScript
|
|||||||
return ValidateSpellInfo({ SPELL_EYE_OF_GRILLOK });
|
return ValidateSpellInfo({ SPELL_EYE_OF_GRILLOK });
|
||||||
}
|
}
|
||||||
|
|
||||||
void OnPeriodic(AuraEffect const* aurEff)
|
void OnPeriodic(AuraEffect const* /*aurEff*/)
|
||||||
{
|
{
|
||||||
Unit* caster = GetCaster();
|
Unit* caster = GetCaster();
|
||||||
if (!caster || !GetTarget())
|
if (!caster || !GetTarget())
|
||||||
|
|||||||
Reference in New Issue
Block a user