diff options
| author | hannibal2 <24389977+hannibal002@users.noreply.github.com> | 2024-03-01 17:14:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-01 17:14:54 +0100 |
| commit | 93af7607b3d5c1061bc845f097fe8be94c5e2043 (patch) | |
| tree | 71a66fa6404cadd8b5f337fe1ac99f4b2b3e9485 /src/main/java/at/hannibal2/skyhanni/features/combat | |
| parent | c56b58e00d913e73a44106882bde8686ecdab341 (diff) | |
| download | skyhanni-93af7607b3d5c1061bc845f097fe8be94c5e2043.tar.gz skyhanni-93af7607b3d5c1061bc845f097fe8be94c5e2043.tar.bz2 skyhanni-93af7607b3d5c1061bc845f097fe8be94c5e2043.zip | |
Internal Change: Bazaar Config -> Inventory Config (#1082)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/combat')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/combat/ghostcounter/GhostCounter.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/combat/ghostcounter/GhostCounter.kt b/src/main/java/at/hannibal2/skyhanni/features/combat/ghostcounter/GhostCounter.kt index 62eff052a..033934e6f 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/combat/ghostcounter/GhostCounter.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/combat/ghostcounter/GhostCounter.kt @@ -15,7 +15,6 @@ import at.hannibal2.skyhanni.events.LorenzTickEvent import at.hannibal2.skyhanni.events.PurseChangeCause import at.hannibal2.skyhanni.events.PurseChangeEvent import at.hannibal2.skyhanni.events.TabListUpdateEvent -import at.hannibal2.skyhanni.features.bazaar.BazaarApi.Companion.getBazaarData import at.hannibal2.skyhanni.features.combat.ghostcounter.GhostData.Option import at.hannibal2.skyhanni.features.combat.ghostcounter.GhostData.Option.KILLS import at.hannibal2.skyhanni.features.combat.ghostcounter.GhostData.bestiaryData @@ -24,6 +23,7 @@ import at.hannibal2.skyhanni.features.combat.ghostcounter.GhostUtil.formatText import at.hannibal2.skyhanni.features.combat.ghostcounter.GhostUtil.isUsingCTGhostCounter import at.hannibal2.skyhanni.features.combat.ghostcounter.GhostUtil.preFormat import at.hannibal2.skyhanni.features.combat.ghostcounter.GhostUtil.prettyTime +import at.hannibal2.skyhanni.features.inventory.bazaar.BazaarApi.Companion.getBazaarData import at.hannibal2.skyhanni.utils.ChatUtils.chat import at.hannibal2.skyhanni.utils.ChatUtils.clickableChat import at.hannibal2.skyhanni.utils.CollectionUtils.addAsSingletonList |
