View Single Post
  #1  
Old 04-30-2002, 02:04 PM
Malevolent
Hill Giant
 
Join Date: Mar 2002
Posts: 171
Default is item_nr suppose to be uint16 or uint32?

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?
Reply With Quote