projec(scraper)t: Fix scraper and add some new fields
This commit is contained in:
@@ -74,7 +74,7 @@ public class NPCManager
|
||||
{
|
||||
try (JsonReader reader = new JsonReader(new InputStreamReader(NPCManager.class.getResourceAsStream("/npc_stats.json"), StandardCharsets.UTF_8)))
|
||||
{
|
||||
ImmutableMap.Builder<Integer, NPCStats> builder = ImmutableMap.builderWithExpectedSize(2821);
|
||||
ImmutableMap.Builder<Integer, NPCStats> builder = ImmutableMap.builderWithExpectedSize(3123);
|
||||
reader.beginObject();
|
||||
|
||||
while (reader.hasNext())
|
||||
|
||||
Reference in New Issue
Block a user