mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
fixed another warning...
This commit is contained in:
@@ -1313,7 +1313,7 @@ class spell_dru_harmony : public AuraScript
|
||||
{
|
||||
PrepareAuraScript(spell_dru_harmony);
|
||||
|
||||
bool Validate(SpellInfo const* spellInfo) override
|
||||
bool Validate(SpellInfo const* /*spellInfo*/) override
|
||||
{
|
||||
return ValidateSpellInfo({ SPELL_DRUID_HARMONY });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user