Skip to content

Commit

Permalink
time tracker: add additional farming region for civitas illa fortis
Browse files Browse the repository at this point in the history
  • Loading branch information
MESLewis committed Mar 21, 2024
1 parent 3d67852 commit 96bd56c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public boolean isInBounds(WorldPoint loc)
new FarmingPatch("", Varbits.FARMING_4773, PatchImplementation.FLOWER),
new FarmingPatch("", Varbits.FARMING_4774, PatchImplementation.HERB),
new FarmingPatch("", Varbits.FARMING_4775, PatchImplementation.COMPOST)
), 6448);
), 6447, 6448, 6449, 6191, 6193);

add(new FarmingRegion("Champions' Guild", 12596, true,
new FarmingPatch("", Varbits.FARMING_4771, PatchImplementation.BUSH, NpcID.DREVEN)
Expand Down

0 comments on commit 96bd56c

Please sign in to comment.