PDA

View Full Version : is item_nr suppose to be uint16 or uint32?


Malevolent
04-30-2002, 02:04 PM
DB in GetItem() looks for uint32. But in merchant list, it is defined as uint16 in client_process.

uint16 item_nr = database.GetMerchantData(merchantid,x);
Item_Struct* item = database.GetItem(item_nr);

GetMerchantData also returns as uint32, so I would take this as a bug?