EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Development (https://www.eqemulator.org/forums/forumdisplay.php?f=621)
-   -   is item_nr suppose to be uint16 or uint32? (https://www.eqemulator.org/forums/showthread.php?t=1594)

Malevolent 04-30-2002 02:04 PM

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?


All times are GMT -4. The time now is 08:10 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.