Update Script arguments to 2020-04-30-rev182

This commit is contained in:
RuneLite Cache-Code Autoupdater
2020-04-30 10:32:18 +00:00
parent 79da7996f1
commit 5bf3d953e3

View File

@@ -278,6 +278,6 @@ public final class ScriptID
/**
* Called to update the PVP widget (wilderness level/protection)
*/
@ScriptArguments(integer = 3)
@ScriptArguments(integer = 1)
public static final int PVP_WIDGET_BUILDER = 388;
}