Merge remote-tracking branch 'runelite/master'

This commit is contained in:
Owain van Brakel
2020-02-06 12:45:30 +01:00
46 changed files with 626 additions and 272 deletions

View File

@@ -1180,8 +1180,9 @@ public class WidgetID
static class Lms
{
static final int INFO = 2;
static final int INFO = 3;
}
static class LmsKDA
{
static final int INFO = 4;
@@ -1213,4 +1214,4 @@ public class WidgetID
{
static final int CONTAINER = 0;
}
}
}