IsBetterEquip not working correctly
norecha opened this issue ยท 2 comments
IsBetterEquip is calling GetInventoryItemID with slot variable as string, where it should be an int. this results in always head slot being returned.
It also does not get proper item level if item is timewarped. I noticed this because it wasn't showing a junk glove as junk, because it was comparing every single item to head slot, and my head slot was a 365 timewarped item, but it was using original item level.