mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-20 09:17:29 +07:00
Added item name along with item code for clarity
This commit is contained in:
parent
a2d8157987
commit
322b94bc8c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user