mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
Added checks for same item with price change. Client treats them all the same so all need to be updated. Also repaired max stacksize of 32767 on RoF2
This commit is contained in:
@@ -307,6 +307,7 @@ namespace RoF2
|
||||
const size_t SAY_LINK_BODY_SIZE = 56;
|
||||
const uint32 MAX_GUILD_ID = 50000;
|
||||
const uint32 MAX_BAZAAR_TRADERS = 600;
|
||||
const uint64 MAX_BAZAAR_TRANSACTION = 3276700000000; //3276700000000
|
||||
|
||||
} /*constants*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user