EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Server Code Submissions (https://www.eqemulator.org/forums/forumdisplay.php?f=669)
-   -   merchantlist_temp riddle (https://www.eqemulator.org/forums/showthread.php?t=26249)

Derision 09-21-2008 10:38 AM

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);
To:
Code:

void    BulkSendMerchantInventory(int merchant_id, int npcid);
client_process.cpp, around line 798:

From:
Code:

void Client::BulkSendMerchantInventory(int merchant_id, int16 npcid) {
To:
Code:

void Client::BulkSendMerchantInventory(int merchant_id, int npcid) {
I didn't do much testing other than putting 1 temp item on 1 merchant, so I don't know if this will break anything.


All times are GMT -4. The time now is 11:45 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.