aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/data
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-05-18 02:07:26 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-05-18 02:07:26 +0200
commite6544987a070beaa4d1169d3a52181716ea109c5 (patch)
treea091025f3b53d035b7069361abaf16f252f82f0c /src/main/java/at/hannibal2/skyhanni/data
parent4eed61a02ad91cc68160754e68e9f4d23bd32e53 (diff)
downloadSkyHanni-e6544987a070beaa4d1169d3a52181716ea109c5.tar.gz
SkyHanni-e6544987a070beaa4d1169d3a52181716ea109c5.tar.bz2
SkyHanni-e6544987a070beaa4d1169d3a52181716ea109c5.zip
Migrated crimson isle data into profile specific logic
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/data')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt b/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt
index eeab991ea..46c06560e 100644
--- a/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt
+++ b/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt
@@ -99,7 +99,14 @@ object ProfileStorageData {
}
}
- profileSpecific?.garden?.let {
+ profileSpecific?.crimsonIsle?.let {
+ it.quests = oldHidden.crimsonIsleQuests
+ it.latestTrophyFishInInventory = oldHidden.crimsonIsleLatestTrophyFishInInventory
+ it.miniBossesDoneToday = oldHidden.crimsonIsleMiniBossesDoneToday
+ it.kuudraTiersDone = oldHidden.crimsonIsleKuudraTiersDone
+ }
+
+ profileSpecific?.garden?.let {
it.experience = oldHidden.gardenExp
it.cropCounter = oldHidden.gardenCropCounter
it.cropUpgrades = oldHidden.gardenCropUpgrades