diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-23 13:28:13 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-23 13:28:13 +0200 |
| commit | 159ed76251de5c7674956ebf153298f02f09477c (patch) | |
| tree | a8fcecdff688cfaf17cc51923a21e413e48d559d /src/main/java/at/hannibal2/skyhanni/data | |
| parent | e3fb64e83b9c1e6ffea03ac1b30099eec5e4dfe3 (diff) | |
| download | skyhanni-159ed76251de5c7674956ebf153298f02f09477c.tar.gz skyhanni-159ed76251de5c7674956ebf153298f02f09477c.tar.bz2 skyhanni-159ed76251de5c7674956ebf153298f02f09477c.zip | |
removing crimsonIsleLatestTrophyFishInInventory
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/data')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt | 1 |
1 files changed, 0 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 b4ad1d1af..e80675c43 100644 --- a/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt +++ b/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt @@ -149,7 +149,6 @@ object ProfileStorageData { profileSpecific?.crimsonIsle?.let { it.quests = oldHidden.crimsonIsleQuests - it.latestTrophyFishInInventory = oldHidden.crimsonIsleLatestTrophyFishInInventory it.miniBossesDoneToday = oldHidden.crimsonIsleMiniBossesDoneToday it.kuudraTiersDone = oldHidden.crimsonIsleKuudraTiersDone } |
