mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Build fix
This commit is contained in:
@@ -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 });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user