diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-29 19:37:52 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-29 19:37:52 +0200 |
| commit | 0245386a8301cc5f45f4a4c8be8c66786016080e (patch) | |
| tree | 204294698ea7ca889b1d116a4306899f3a3fee8f /src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java | |
| parent | 84f177d3911119df066d0b89e67fdb70c503f7ee (diff) | |
| download | SkyHanni-0245386a8301cc5f45f4a4c8be8c66786016080e.tar.gz SkyHanni-0245386a8301cc5f45f4a4c8be8c66786016080e.tar.bz2 SkyHanni-0245386a8301cc5f45f4a4c8be8c66786016080e.zip | |
Added Anita Medal Profit - Helps to identify profitable items to buy at the Anita item shop and potential profit from selling the item at the auction house.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java index e23c2c37b..1d5281b60 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java @@ -212,7 +212,7 @@ public class SkyHanniMod { loadModule(new TpsCounter()); loadModule(new ParticleHider()); loadModule(new MiscFeatures()); - loadModule(new SkyMartBestProfit()); + loadModule(new SkyMartCopperPrice()); loadModule(new GardenVisitorFeatures()); loadModule(new GardenInventoryNumbers()); loadModule(new GardenVisitorTimer()); @@ -233,6 +233,7 @@ public class SkyHanniMod { loadModule(new JoinCrystalHollows()); loadModule(new GardenVisitorColorNames()); loadModule(new GardenTeleportPadCompactName()); + loadModule(new AnitaMedalProfit()); Commands.INSTANCE.init(); |
