[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*/