loottracker: fix tracking first clue opens

This commit is contained in:
Adam
2020-02-13 10:47:47 -05:00
parent e737d73257
commit 99e885cb0a
2 changed files with 15 additions and 5 deletions

View File

@@ -112,7 +112,7 @@ import org.apache.commons.text.WordUtils;
public class LootTrackerPlugin extends Plugin
{
// Activity/Event loot handling
private static final Pattern CLUE_SCROLL_PATTERN = Pattern.compile("You have completed [0-9]+ ([a-z]+) Treasure Trails.");
private static final Pattern CLUE_SCROLL_PATTERN = Pattern.compile("You have completed [0-9]+ ([a-z]+) Treasure Trails?\\.");
private static final int THEATRE_OF_BLOOD_REGION = 12867;
// Herbiboar loot handling