mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Identify Stackable and Lore in OP_AdventureMerchantResponse
Thanks eqmule!
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user