Scripts/VP: fixed a warning

This commit is contained in:
Ovahlord
2020-09-28 19:39:08 +02:00
parent df60a4d848
commit 84760e8a10

View File

@@ -651,7 +651,7 @@ class spell_vp_howling_gale : public AuraScript
});
}
void HandleProc(AuraEffect const* /*aurEff*/, ProcEventInfo& eventInfo)
void HandleProc(AuraEffect const* /*aurEff*/, ProcEventInfo& /*eventInfo*/)
{
_inactiveTicks = 20;
_weakTicks = 10;