Merge remote-tracking branch 'runelite/master'

This commit is contained in:
ThatGamerBlue
2020-09-08 18:36:30 +01:00
38 changed files with 525 additions and 930 deletions

View File

@@ -340,10 +340,8 @@ public class ItemVariationMappingTest
}};
@Test
public void testMappedNames() throws Exception
public void testMappedNames()
{
ItemVariationMapping.load();
ITEMS_MAP.forEach((key, value) ->
assertEquals(value, (Integer) ItemVariationMapping.map(key)));
}