Merge remote-tracking branch 'runelite/master'

This commit is contained in:
Owain van Brakel
2019-08-08 05:10:53 +02:00
19 changed files with 276 additions and 43 deletions

View File

@@ -407,8 +407,8 @@ public class SlayerPluginTest
public void testTaskLookup() throws IOException
{
net.runelite.http.api.chat.Task task = new net.runelite.http.api.chat.Task();
task.setTask("task");
task.setLocation("loc");
task.setTask("Abyssal demons");
task.setLocation("Abyss");
task.setAmount(42);
task.setInitialAmount(42);