mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 05:18:40 +00:00
Fixed Selling for Alternate Currency Merchants for RoF and RoF2.
This commit is contained in:
@@ -4365,8 +4365,8 @@ struct AltCurrencySelectItem_Struct {
|
||||
struct AltCurrencySellItem_Struct {
|
||||
/*000*/ uint32 merchant_entity_id;
|
||||
/*004*/ uint32 slot_id;
|
||||
/*006*/ uint32 charges;
|
||||
/*010*/ uint32 cost;
|
||||
/*008*/ uint32 charges;
|
||||
/*012*/ uint32 cost;
|
||||
};
|
||||
|
||||
struct AltCurrencyPopulateEntry_Struct
|
||||
|
||||
Reference in New Issue
Block a user