diff --git a/zone/client_packet.cpp b/zone/client_packet.cpp index b72760e4f..733250700 100644 --- a/zone/client_packet.cpp +++ b/zone/client_packet.cpp @@ -2139,8 +2139,8 @@ void Client::Handle_OP_AdventureMerchantRequest(const EQApplicationPacket *app) ss << item->ID << "|"; ss << item->LDoNPrice << "|"; ss << theme << "|"; - ss << "0|"; - ss << "1|"; + ss << (item->Stackable ? 1 : 0) << "|"; + ss << (item->LoreFlag ? 1 : 0) << "|"; ss << item->Races << "|"; ss << item->Classes; count++;