From 91d3851d76b3deace7c6c6f182ad74daf9cd6674 Mon Sep 17 00:00:00 2001 From: Uleat Date: Wed, 14 Feb 2018 23:04:33 -0500 Subject: [PATCH] Fix for 'SoD' client unable to log into zone [ci skip] --- common/patches/sod_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)