Build fix

(cherry picked from commit ecd4ffc1ce)
This commit is contained in:
Keader
2019-12-15 12:40:26 -03:00
committed by Shauren
parent 8ed57e95d5
commit f358ac39cc

View File

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