loottracker: add fishing trawler

This commit is contained in:
dekvall
2019-10-06 17:17:32 +02:00
committed by Tomas Slusny
parent a3ccd12db1
commit 27a304dce6
3 changed files with 9 additions and 0 deletions

View File

@@ -407,6 +407,10 @@ public class LootTrackerPlugin extends Plugin
eventType = "Kingdom of Miscellania";
container = client.getItemContainer(InventoryID.KINGDOM_OF_MISCELLANIA);
break;
case (WidgetID.FISHING_TRAWLER_REWARD_GROUP_ID):
eventType = "Fishing Trawler";
container = client.getItemContainer(InventoryID.FISHING_TRAWLER_REWARD);
break;
default:
return;
}