mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-21 07:22:02 -04: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