diff --git a/common/patches/sod_structs.h b/common/patches/sod_structs.h index 88ccd7788..88a78c6ee 100644 --- a/common/patches/sod_structs.h +++ b/common/patches/sod_structs.h @@ -924,7 +924,7 @@ struct PlayerProfile_Struct /*06488*/ uint32 silver_cursor; // Silver Pieces on cursor /*06492*/ uint32 copper_cursor; // Copper Pieces on cursor /*06496*/ uint32 skills[MAX_PP_SKILL]; // [400] List of skills // 100 dword buffer -/*06896*/ uint32 InnateSkills[MAX_PP_SKILL]; +/*06896*/ uint32 InnateSkills[MAX_PP_INNATE_SKILL]; /*06996*/ uint8 unknown04760[36]; /*07032*/ uint32 toxicity; // Potion Toxicity (15=too toxic, each potion adds 3) /*07036*/ uint32 thirst_level; // Drink (ticks till next drink)