in each of the following functions in client.cpp
void Client::SendSellMerchantList(bool sell){
void Client::SendBuyMerchantList(bool sell){
void Client::SendBuyBackList(bool sell){
void Client::SendRepairList() {
add the following line of code
Code: Select all
if (GetVersion() <= 1096)Code: Select all
packet->setArrayDataByName("description", master_item->description.c_str(), i);