Build fix

This commit is contained in:
Keader
2019-12-15 12:40:26 -03:00
parent 58b5ea9f95
commit ecd4ffc1ce

View File

@@ -4334,7 +4334,7 @@ class spell_gen_cannon_blast : public SpellScript
{
PrepareSpellScript(spell_gen_cannon_blast);
bool Validate(SpellInfo const* spellInfo) override
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_CANNON_BLAST });
}