[Bug Fix] Resolve issue with max buff count being 25 in ROF2. (#2800)

# Notes
- This allows ROF2 to properly utilize their max buff count.
- May cause issues with older clients.
This commit is contained in:
Alex King 2023-01-28 18:40:11 -05:00 committed by GitHub
parent 68a34565f9
commit 549d731849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@
#include "textures.h"
static const uint32 BUFF_COUNT = 25;
static const uint32 BUFF_COUNT = 42;
static const uint32 PET_BUFF_COUNT = 30;
static const uint32 MAX_MERC = 100;
static const uint32 MAX_MERC_GRADES = 10;