[Bug Fix] AltCurrencySelectItemReply_Struct was not handled correctly. (#2702)

This commit is contained in:
Aeadoin
2023-01-04 14:49:43 -05:00
committed by GitHub
parent 6e1c4b768f
commit b15e73e1b2
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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);