Add Weiss herb patch to the farming tracker

This commit is contained in:
oplosthee
2018-09-06 19:33:45 +02:00
parent b5b25aa6ca
commit dcf537ea07

View File

@@ -227,6 +227,10 @@ class FarmingWorld
new FarmingPatch("", Varbits.FARMING_4771, PatchImplementation.HOPS)
));
add(new FarmingRegion("Weiss", 11325,
new FarmingPatch("", Varbits.FARMING_4771, PatchImplementation.HERB)
));
// Finalize
this.regions = Collections.unmodifiableMap(regions);
Map<Tab, Set<FarmingPatch>> umtabs = new TreeMap<>();