Merge pull request #12957 from llamositopia/12787-scorched-lletya-tree-patch-recognition

Add "scorched" Lletya regionID recognition to TimeTracking and Discord plugins
This commit is contained in:
Abex
2020-12-31 12:31:14 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ enum DiscordGameEventType
CITY_JATIZSO("Jatizso" , DiscordAreaType.CITIES, 9531),
CITY_KELDAGRIM("Keldagrim" , DiscordAreaType.CITIES, 11423, 11422, 11679, 11678),
CITY_LANDS_END("Land's End", DiscordAreaType.CITIES, 5941),
CITY_LLETYA("Lletya" , DiscordAreaType.CITIES, 9265),
CITY_LLETYA("Lletya" , DiscordAreaType.CITIES, 9265, 11103),
CITY_LOVAKENGJ_HOUSE("Lovakengj" , DiscordAreaType.CITIES, 5692, 5691, 5947, 6203, 6202, 5690, 5946),
CITY_LUMBRIDGE("Lumbridge" , DiscordAreaType.CITIES, 12850),
CITY_LUNAR_ISLE("Lunar Isle" , DiscordAreaType.CITIES, 8253, 8252, 8509, 8508),

View File

@@ -219,7 +219,7 @@ class FarmingWorld
add(new FarmingRegion("Lletya", 9265,
new FarmingPatch("", Varbits.FARMING_4771, PatchImplementation.FRUIT_TREE)
));
), 11103);
add(new FarmingRegion("Lumbridge", 12851,
new FarmingPatch("", Varbits.FARMING_4771, PatchImplementation.HOPS)