Use correct serialization

This commit is contained in:
2024-03-18 13:14:22 -04:00
parent c8d355636b
commit b041326e23
@@ -149,7 +149,7 @@ public class BuyFromNPCWindowMsg extends ClientNetMsg {
for (Item item : sellInventory) {
try {
Item.serializeForClientMsgForVendor(item, writer, sellPercent);
Item.serializeForClientMsgForVendorWithoutSlot(item, writer, sellPercent);
} catch (Exception se) {
continue;
}