loot tracker: Add Wild Varrock Last Man Standing regions

This commit is contained in:
Broooklyn
2021-02-17 11:28:57 -05:00
committed by Jordan Atwood
parent 053f784289
commit 7ca843a066

View File

@@ -202,7 +202,7 @@ public class LootTrackerPlugin extends Plugin
private static final Set<Integer> HALLOWED_SEPULCHRE_MAP_REGIONS = ImmutableSet.of(8797, 10077, 9308, 10074, 9050); // one map region per floor
// Last man standing map regions
private static final Set<Integer> LAST_MAN_STANDING_REGIONS = ImmutableSet.of(13658, 13659, 13914, 13915, 13916);
private static final Set<Integer> LAST_MAN_STANDING_REGIONS = ImmutableSet.of(13658, 13659, 13660, 13914, 13915, 13916, 13918, 13919, 13920, 14174, 14175, 14176, 14430, 14431, 14432);
private static final Pattern PICKPOCKET_REGEX = Pattern.compile("You pick (the )?(?<target>.+)'s? pocket.*");