Merge pull request #5340 from oplosthee/farming-weiss

Add Weiss herb patch to the farming tracker
This commit is contained in:
Abex
2018-09-06 23:58:12 -06:00
committed by GitHub

View File

@@ -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<>();