mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
WIP
This commit is contained in:
+2
-2
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user