mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Bug Fix] AltCurrencySelectItemReply_Struct was not handled correctly. (#2702)
This commit is contained in:
@@ -2849,8 +2849,8 @@ void Client::Handle_OP_AltCurrencySellSelection(const EQApplicationPacket *app)
|
||||
AltCurrencySelectItemReply_Struct *reply = (AltCurrencySelectItemReply_Struct*)outapp->pBuffer;
|
||||
reply->unknown004 = 0xFF;
|
||||
reply->unknown005 = 0xFF;
|
||||
reply->unknown006 = 0xFF;
|
||||
reply->unknown007 = 0xFF;
|
||||
reply->unknown006 = 0xFFFF;
|
||||
reply->unknown008 = 0xFFFF;
|
||||
strcpy(reply->item_name, inst->GetItem()->Name);
|
||||
reply->cost = cost;
|
||||
FastQueuePacket(&outapp);
|
||||
|
||||
Reference in New Issue
Block a user