Added item name along with item code for clarity

This commit is contained in:
Collin Smith 2020-08-13 00:22:05 -07:00
parent a2d8157987
commit 322b94bc8c

View File

@ -69,7 +69,7 @@ public class ItemSerializer {
item.socketsFilled = bits.read7u(3);
}
log.trace("code: {}", item.code);
log.trace("code: {} ({})", item.code, item.base.name);
if ((item.flags & Item.ITEMFLAG_COMPACT) == Item.ITEMFLAG_COMPACT) {
readCompact(item);
} else {