mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 10:11:37 +00:00
[Feature] Implement "Big Bags"
This commit is contained in:
+4
-4
@@ -208,10 +208,10 @@ struct ZoneSpellsBlocked {
|
||||
};
|
||||
|
||||
struct TraderCharges_Struct {
|
||||
uint32 ItemID[80];
|
||||
int32 SerialNumber[80];
|
||||
uint32 ItemCost[80];
|
||||
int32 Charges[80];
|
||||
uint32 ItemID[EQ::invtype::BAZAAR_SIZE];
|
||||
int32 SerialNumber[EQ::invtype::BAZAAR_SIZE];
|
||||
uint32 ItemCost[EQ::invtype::BAZAAR_SIZE];
|
||||
int32 Charges[EQ::invtype::BAZAAR_SIZE];
|
||||
};
|
||||
|
||||
const int MaxMercStanceID = 9;
|
||||
|
||||
Reference in New Issue
Block a user