[Fix] Add Bazaar BulkSendTrader Limit for RoF2 (#4590)

Add Bazaar BulkSendTrader Limit
This commit is contained in:
Mitch Freeman
2025-01-08 15:28:44 -04:00
committed by GitHub
parent 533dc997fd
commit 15684567cf
6 changed files with 34 additions and 14 deletions
+1
View File
@@ -272,6 +272,7 @@ namespace RoF2
const size_t SAY_LINK_BODY_SIZE = 56;
const uint32 MAX_GUILD_ID = 50000;
const uint32 MAX_BAZAAR_TRADERS = 600;
} /*constants*/
+2 -2
View File
@@ -286,8 +286,8 @@ namespace Titanium
const size_t CHARACTER_CREATION_LIMIT = 8; // Hard-coded in client - DO NOT ALTER
const size_t SAY_LINK_BODY_SIZE = 45;
const uint32 MAX_GUILD_ID = 1500;
const size_t SAY_LINK_BODY_SIZE = 45;
const uint32 MAX_GUILD_ID = 1500;
} /*constants*/