mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
[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:
parent
68a34565f9
commit
549d731849
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user