Merge branch 'fixes' into yubo

merge-requests/15/merge
commit b5c5e0637e

@ -1289,7 +1289,7 @@ void CBotChatPageTrade::confirmTrade( bool enableResale )
uint16 u16Index = (uint16) _CurrItemIndex; uint16 u16Index = (uint16) _CurrItemIndex;
uint32 u32resalePrice = (uint32)max((sint32)0, resalePrice); uint32 u32resalePrice = (uint32)max((sint32)0, resalePrice);
out.serial(u8Inv); out.serial(u8Inv);
out.serial(u8Index); out.serial(u16Index);
out.serial(u16Quantity); out.serial(u16Quantity);
out.serial(u32resalePrice); out.serial(u32resalePrice);
NetMngr.push(out); NetMngr.push(out);

Loading…
Cancel
Save