Build fix

(cherry picked from commit ecd4ffc1ceac6b1d6e9f86f192673ce95f94aaae)
This commit is contained in:
Keader
2021-12-19 01:42:27 +01:00
committed by Shauren
parent 8ed57e95d5
commit f358ac39cc
+1 -1
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 });
}