fix(Core/Misc): unused param (#19286)

This commit is contained in:
Kitzunu
2024-07-05 20:06:03 +02:00
committed by GitHub
parent 163d454491
commit 172f73db92

View File

@@ -3992,7 +3992,6 @@ class spell_item_eye_of_grillok_aura : public AuraScript
enum FelManaPotion
{
SPELL_FEL_MANA_POTION = 38929,
SPELL_ALCHEMIST_STONE = 17619,
SPELL_ALCHEMIST_STONE_ENERGIZE = 21400
};
@@ -4006,7 +4005,7 @@ class spell_item_fel_mana_potion : public AuraScript
return ValidateSpellInfo({ SPELL_ALCHEMIST_STONE, SPELL_ALCHEMIST_STONE_ENERGIZE });
}
void OnPeriodic(AuraEffect const* aurEff)
void OnPeriodic(AuraEffect const* /*aurEff*/)
{
if (Unit* caster = GetCaster())
if (caster->HasAura(SPELL_ALCHEMIST_STONE))