Core/Scripts: kill a warning

This commit is contained in:
ariel-
2017-02-23 11:33:40 -03:00
parent 32e2207ab9
commit 9934a43e09

View File

@@ -2807,7 +2807,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();
}