1.0.1 - KoLInventory
Status: Beta
Brought to you by:
jaadams5
There is a bug in KoLInventory.getItemsInStore() where
the quantity of the first item is replicated for each
subsequent item in the returned array.
There is a bug in KoLInventory.getItemsInCloset() where
a Parse Error exception is thrown when the closet
contains no items.
To implement the fix for these bugs, download the
source for
KwiKoL, replace the existing version of
KoLInventory.java with this patch file, and recompile
KwiKoL with its dependencies.
Logged In: YES
user_id=485454
The latest fix fixes a bug in KoLInventory.getItemsInStore()
where an exception is thrown if any items have a quantity of 1.
KoLInventory.java
Logged In: YES
user_id=485454
The latest fix fixes a bug in
KoLInventory.getItemsInCloset() where having inventory
images disabled returned an array lacking some items.