Add Weiss herb patch to the farming tracker
This commit is contained in:
@@ -227,6 +227,10 @@ class FarmingWorld
|
|||||||
new FarmingPatch("", Varbits.FARMING_4771, PatchImplementation.HOPS)
|
new FarmingPatch("", Varbits.FARMING_4771, PatchImplementation.HOPS)
|
||||||
));
|
));
|
||||||
|
|
||||||
|
add(new FarmingRegion("Weiss", 11325,
|
||||||
|
new FarmingPatch("", Varbits.FARMING_4771, PatchImplementation.HERB)
|
||||||
|
));
|
||||||
|
|
||||||
// Finalize
|
// Finalize
|
||||||
this.regions = Collections.unmodifiableMap(regions);
|
this.regions = Collections.unmodifiableMap(regions);
|
||||||
Map<Tab, Set<FarmingPatch>> umtabs = new TreeMap<>();
|
Map<Tab, Set<FarmingPatch>> umtabs = new TreeMap<>();
|
||||||
|
|||||||
Reference in New Issue
Block a user