48 const int itemId)
const
54 outMsg.writeInt16(23,
"len");
55 outMsg.writeInt8(
CAST_U8(type),
"search type");
56 outMsg.writeInt32(maxPrice,
"max price");
57 outMsg.writeInt32(minPrice,
"min price");
58 outMsg.writeInt32(1,
"items count");
59 outMsg.writeInt32(0,
"cards count");
60 outMsg.writeItemId(itemId,
"item id");
80 const int itemId)
const
85 outMsg.writeInt32(accountId,
"account id");
86 outMsg.writeInt32(storeId,
"store id");
87 outMsg.writeItemId(itemId,
"item id");
void search(const StoreSearchTypeT type, const int minPrice, const int maxPrice, const int itemId) const
void select(const int accountId, const int storeId, const int itemId) const
#define createOutPacket(name)
Net::SearchStoreHandler * searchStoreHandler
StoreSearchType ::T StoreSearchTypeT