mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Client patch prep work for extending usable skill range
This commit is contained in:
@@ -626,8 +626,7 @@ struct RaidLeadershipAA_Struct {
|
||||
static const uint32 MAX_PP_LANGUAGE = 28;
|
||||
static const uint32 MAX_PP_SPELLBOOK = 400;
|
||||
static const uint32 MAX_PP_MEMSPELL = 9;
|
||||
static const uint32 MAX_PP_SKILL = 75;
|
||||
//static const uint32 MAX_PP_SKILL = 100; // actual buffer size
|
||||
static const uint32 MAX_PP_SKILL = _SkillPacketArraySize; // 100 - actual skills buffer size
|
||||
static const uint32 MAX_PP_AA_ARRAY = 240;
|
||||
static const uint32 MAX_GROUP_MEMBERS = 6;
|
||||
struct PlayerProfile_Struct
|
||||
@@ -723,10 +722,9 @@ struct PlayerProfile_Struct
|
||||
/*4760*/ int32 silver_cursor; // Silver on cursor
|
||||
/*4764*/ int32 copper_cursor; // Copper on cursor
|
||||
/*4768*/ int32 platinum_shared; // Platinum shared between characters
|
||||
/*4772*/ uint8 unknown3812[24]; // @bp unknown skills?
|
||||
/*4796*/ uint32 skills[MAX_PP_SKILL];
|
||||
/*5096*/ uint8 unknown5096[284]; // @bp unknown skills?
|
||||
///*5196*/ uint8 unknown5096[184]; // @bp unknown skills?
|
||||
/*4772*/ uint8 unknown3812[24];
|
||||
/*4796*/ uint32 skills[MAX_PP_SKILL]; // 100 dword buffer
|
||||
/*5196*/ uint8 unknown5096[184];
|
||||
/*5380*/ uint32 pvp2; //
|
||||
/*5384*/ uint32 unknown4420; //
|
||||
/*5388*/ uint32 pvptype; //
|
||||
|
||||
Reference in New Issue
Block a user