mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
fix(Core/Misc): unused param (#19286)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user