fixed another warning...

This commit is contained in:
Ovahlord
2018-06-26 22:34:32 +02:00
parent 64e8ae5ca9
commit c8996cdc88

View File

@@ -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 });
}