Core/Scripts: kill a warning

This commit is contained in:
ariel-
2017-02-23 11:33:40 -03:00
committed by roc13x
parent e2ac33fdc2
commit ea20370fce

View File

@@ -2384,7 +2384,7 @@ class spell_gen_proc_charge_drop_only : public SpellScriptLoader
{
PrepareAuraScript(spell_gen_proc_charge_drop_only_AuraScript);
void HandleChargeDrop(ProcEventInfo& eventInfo)
void HandleChargeDrop(ProcEventInfo& /*eventInfo*/)
{
PreventDefaultAction();
}