Fix warning.

This commit is contained in:
Aokromes
2017-06-21 14:17:43 +02:00
committed by GitHub
parent a9bf342ae6
commit c292bcb96f
+1 -1
View File
@@ -923,7 +923,7 @@ class spell_dk_unholy_blight : public SpellScriptLoader
{
PrepareSpellScript(spell_dk_unholy_blight_SpellScript);
bool Validate(SpellInfo const* spellInfo) override
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_DK_FROST_FEVER, SPELL_DK_BLOOD_PLAGUE });
}