loottracker: add support for beginner clues

This commit is contained in:
Hydrox6
2019-04-12 04:38:41 +01:00
parent 3ffa7128c0
commit 42d1b44038

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;