mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 20:51:29 +00:00
WIP
This commit is contained in:
parent
93c38f5e24
commit
898a26d4e5
@ -43,7 +43,7 @@ namespace EQ
|
||||
int16 CharacterCreationLimit;
|
||||
size_t SayLinkBodySize;
|
||||
uint32 BazaarTraderLimit;
|
||||
uint32 BazaarMaxTransaction;
|
||||
uint64 BazaarMaxTransaction;
|
||||
|
||||
LookupEntry(const LookupEntry *lookup_entry) { }
|
||||
LookupEntry(
|
||||
@ -53,7 +53,7 @@ namespace EQ
|
||||
int16 CharacterCreationLimit,
|
||||
size_t SayLinkBodySize,
|
||||
uint32 BazaarTraderLimit,
|
||||
uint32 BazaarMaxTransaction
|
||||
uint64 BazaarMaxTransaction
|
||||
) :
|
||||
Expansion(Expansion),
|
||||
ExpansionBit(ExpansionBit),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user