Core/Spells: Fixed warning

This commit is contained in:
vincent-michael
2017-06-17 16:40:01 +02:00
parent 6c9b5e4cf5
commit 3d3ab29096
+1 -1
View File
@@ -244,7 +244,7 @@ public:
using AtonementScript = spell_pri_atonement::spell_pri_atonement_AuraScript;
bool Validate(SpellInfo const* spellInfo) override
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_PRIEST_ATONEMENT });
}