From 84760e8a10306fcafb291388cc17248a4b2d953f Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Mon, 28 Sep 2020 19:39:08 +0200 Subject: [PATCH] Scripts/VP: fixed a warning --- src/server/scripts/Kalimdor/VortexPinnacle/vortex_pinnacle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/scripts/Kalimdor/VortexPinnacle/vortex_pinnacle.cpp b/src/server/scripts/Kalimdor/VortexPinnacle/vortex_pinnacle.cpp index 27da608acb5..89643dc0667 100644 --- a/src/server/scripts/Kalimdor/VortexPinnacle/vortex_pinnacle.cpp +++ b/src/server/scripts/Kalimdor/VortexPinnacle/vortex_pinnacle.cpp @@ -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;