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(); final String type = m.group(1).toLowerCase();
switch (type) switch (type)
{ {
case "beginner":
eventType = "Clue Scroll (Beginner)";
break;
case "easy": case "easy":
eventType = "Clue Scroll (Easy)"; eventType = "Clue Scroll (Easy)";
break; break;