aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-23 09:14:07 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-23 09:14:07 +0200
commit18382c67a2c13342a64ea7838f96f0592f5e673c (patch)
tree74c742ec1b5c2c141a62800e8efb4a8f71ee2b65
parent88de234512a19d426288bf2bfa4d5eb1b4203ab4 (diff)
downloadskyhanni-18382c67a2c13342a64ea7838f96f0592f5e673c.tar.gz
skyhanni-18382c67a2c13342a64ea7838f96f0592f5e673c.tar.bz2
skyhanni-18382c67a2c13342a64ea7838f96f0592f5e673c.zip
adding catacombs island type
-rw-r--r--src/main/java/at/hannibal2/skyhanni/data/IslandType.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/IslandType.kt b/src/main/java/at/hannibal2/skyhanni/data/IslandType.kt
index ae68e34e2..af968d62e 100644
--- a/src/main/java/at/hannibal2/skyhanni/data/IslandType.kt
+++ b/src/main/java/at/hannibal2/skyhanni/data/IslandType.kt
@@ -8,6 +8,7 @@ enum class IslandType(val displayName: String, val apiName: String = "null") {
CRIMSON_ISLE("Crimson Isle"),
DWARVEN_MINES("Dwarven Mines"),
DUNGEON_HUB("Dungeon Hub", "dungeon_hub"),
+ CATACOMBS("Catacombs", "dungeon"),
HUB("Hub", "village"),
THE_FARMING_ISLANDS("The Farming Islands"),