various: upstream and version bump

This commit is contained in:
TheRealNull
2021-01-10 12:20:13 -05:00
parent e440cad52f
commit 5830575dcc
6 changed files with 6 additions and 4 deletions

View File

@@ -45,4 +45,4 @@ public class GrandExchangeTrade
private WorldType worldType;
private int seq;
private Instant resetTime;
}
}

View File

@@ -279,4 +279,4 @@ public class HiscoreResult
throw new IllegalArgumentException("Invalid hiscore skill");
}
}
}
}

View File

@@ -87,6 +87,7 @@ class HiscoreResultBuilder
hiscoreResult.setClueScrollElite(skills.get(index++));
hiscoreResult.setClueScrollMaster(skills.get(index++));
hiscoreResult.setLastManStanding(skills.get(index++));
hiscoreResult.setSoulWarsZeal(skills.get(index++));
// seasonal doesn't have boss hiscores
if (index < skills.size())
{

View File

@@ -117,4 +117,4 @@ public enum HiscoreSkill
private final String name;
private final HiscoreSkillType type;
}
}