Fixes some merchants not displaying player sold items. Discussion: http://eqemulator.net/forums/showthread.php?t=26292
You could try changing: client.h, around line 296: From: Code:
void BulkSendMerchantInventory(int merchant_id, int16 npcid);Code:
void BulkSendMerchantInventory(int merchant_id, int npcid);From: Code:
void Client::BulkSendMerchantInventory(int merchant_id, int16 npcid) {Code:
void Client::BulkSendMerchantInventory(int merchant_id, int npcid) { |
| All times are GMT -4. The time now is 06:53 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.