aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/data
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-25 14:32:25 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-25 14:32:25 +0100
commit7a096c605ee5e7245f6263a6aef8b2757db8e61d (patch)
treec39cd1189856f0300a7c28683973d34cd7dfec20 /src/main/java/at/hannibal2/skyhanni/data
parentd25cfef7963debcf4adbcec7d086443132b6a213 (diff)
downloadskyhanni-7a096c605ee5e7245f6263a6aef8b2757db8e61d.tar.gz
skyhanni-7a096c605ee5e7245f6263a6aef8b2757db8e61d.tar.bz2
skyhanni-7a096c605ee5e7245f6263a6aef8b2757db8e61d.zip
Added tia relay helper and waypoint.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/data')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/data/IslandType.kt2
1 files changed, 2 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 527cce548..e2e99970c 100644
--- a/src/main/java/at/hannibal2/skyhanni/data/IslandType.kt
+++ b/src/main/java/at/hannibal2/skyhanni/data/IslandType.kt
@@ -6,6 +6,8 @@ enum class IslandType(val displayName: String) {
THE_END("The End"),
KUUDRA_ARENA("Instanced"),
CRIMSON_ISLE("Crimson Isle"),
+ DWARVEN_MINES("Dwarven Mines"),
+ DUNGEON_HUB("Dungeon Hub"),
HUB("Hub"),
THE_FARMING_ISLANDS("The Farming Islands"),