From 957db001954a4948214641264d484ae3daa812de Mon Sep 17 00:00:00 2001 From: Cow Date: Sun, 23 Jul 2023 22:09:07 +0200 Subject: Changed lowest BIN values from int to long --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index bd4405e..13b8d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,10 +30,11 @@ All other features *do not* require an API key and thus should be unaffected by ### Fixed - Pet exp in tooltips: fixed rare crash caused by unexpected NBT data typing -- Bazaar: fixed "Show items left to buy/sell" not working anymore +- Bazaar: fixed "Show items left to buy/sell" for buy/sell orders not working anymore - Enchanted books: fixed "price converted to level 1 books", as enchantments are now sold on the Bazaar, and no longer inside the Auction house - works on "intermediate" Bazaar pages, so the 'overview' Bazaar pages that list all levels of a certain enchantment (GUI title starts with either `Enchantments ➜` or `Ultimate Enchantments ➜`) - (related config options: `/moo config enchantment`) +- `/moo analyzeChests`: lowest BINs are now stored as long values instead of integers (affects only a handful of items with very high BIN prices) ### Changed - Dungeons overlay: now disabled by default (old config entries aren't modified) -- cgit