diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-11 23:29:57 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-11 23:29:57 +0100 |
commit | 46411b35835df6a1f5a594c869940ba2fe1d8d28 (patch) | |
tree | 3014ccb3debab8b7211130afd58871809ab4abb7 /src/main/java/at/hannibal2/skyhanni/features/rift | |
parent | 9c5c750b70497939e8aef0ba8566f4344417c210 (diff) | |
download | skyhanni-46411b35835df6a1f5a594c869940ba2fe1d8d28.tar.gz skyhanni-46411b35835df6a1f5a594c869940ba2fe1d8d28.tar.bz2 skyhanni-46411b35835df6a1f5a594c869940ba2fe1d8d28.zip |
fixed config version
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/rift')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/rift/everywhere/motes/ShowMotesNpcSellPrice.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/rift/everywhere/motes/ShowMotesNpcSellPrice.kt b/src/main/java/at/hannibal2/skyhanni/features/rift/everywhere/motes/ShowMotesNpcSellPrice.kt index 867e88dcd..caca2b283 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/rift/everywhere/motes/ShowMotesNpcSellPrice.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/rift/everywhere/motes/ShowMotesNpcSellPrice.kt @@ -197,7 +197,7 @@ class ShowMotesNpcSellPrice { @SubscribeEvent fun onConfigFix(event: ConfigUpdaterMigrator.ConfigFixEvent) { - event.transform(14, "rift.motes.inventoryValue.formatType") { element -> + event.transform(15, "rift.motes.inventoryValue.formatType") { element -> ConfigUtils.migrateIntToEnum(element, NumberFormatEntry::class.java) } } |