aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-01-11 10:56:25 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-01-11 10:56:25 +0100
commit27363d765f2c09bae12b059207a7bc2b1b7e3825 (patch)
tree987f2e58f5376f95d18383c1013a76648b40433c /src/main/java/at/hannibal2
parentc5b51ec18cd37d8e9df4b351c146c2b1a51016b7 (diff)
downloadskyhanni-27363d765f2c09bae12b059207a7bc2b1b7e3825.tar.gz
skyhanni-27363d765f2c09bae12b059207a7bc2b1b7e3825.tar.bz2
skyhanni-27363d765f2c09bae12b059207a7bc2b1b7e3825.zip
Fixed kuudra island detection
Diffstat (limited to 'src/main/java/at/hannibal2')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/data/IslandType.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/IslandType.kt b/src/main/java/at/hannibal2/skyhanni/data/IslandType.kt
index aa942f5bc..a3eef5dd9 100644
--- a/src/main/java/at/hannibal2/skyhanni/data/IslandType.kt
+++ b/src/main/java/at/hannibal2/skyhanni/data/IslandType.kt
@@ -5,7 +5,7 @@ enum class IslandType(val displayName: String, val modeName: String = "null") {
PRIVATE_ISLAND("Private Island"),
PRIVATE_ISLAND_GUEST("Private Island Guest"),
THE_END("The End"),
- KUUDRA_ARENA("Instanced"),
+ KUUDRA_ARENA("Kuudra"),
CRIMSON_ISLE("Crimson Isle"),
DWARVEN_MINES("Dwarven Mines"),
DUNGEON_HUB("Dungeon Hub", "dungeon_hub"),