loot tracker: add drift net reward

This commit is contained in:
dekvall
2020-02-23 21:03:23 +01:00
parent 91bfe7eb6d
commit 171afd2e2f
3 changed files with 9 additions and 0 deletions

View File

@@ -445,6 +445,10 @@ public class LootTrackerPlugin extends Plugin
event = "Fishing Trawler";
container = client.getItemContainer(InventoryID.FISHING_TRAWLER_REWARD);
break;
case (WidgetID.DRIFT_NET_FISHING_REWARD_GROUP_ID):
event = "Drift Net";
container = client.getItemContainer(InventoryID.DRIFT_NET_FISHING_REWARD);
break;
default:
return;
}