Fix name of Lithkren Dungeon teleport option

This commit is contained in:
FrostyFridge
2019-06-30 20:40:50 -07:00
parent 8cf1262414
commit 9c241a7253

View File

@@ -29,7 +29,7 @@ public enum DigsitePendantMode
{ {
DIGSITE("Digsite"), DIGSITE("Digsite"),
FOSSIL_ISLAND("Fossil Island"), FOSSIL_ISLAND("Fossil Island"),
LITHKREN("Lithkren"); LITHKREN("Lithkren Dungeon");
private final String name; private final String name;