Merge pull request #8490 from Hydrox6/loot-tracker-beginner

loottracker: add support for beginner clues
This commit is contained in:
Adam
2019-04-12 23:33:40 -04:00
committed by GitHub

View File

@@ -408,6 +408,9 @@ public class LootTrackerPlugin extends Plugin
final String type = m.group(1).toLowerCase();
switch (type)
{
case "beginner":
eventType = "Clue Scroll (Beginner)";
break;
case "easy":
eventType = "Clue Scroll (Easy)";
break;