mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Scripts/VP: fixed a warning
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user