diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index 9193e821..f84775b7 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -1041,6 +1041,12 @@ void do_parse() char_info->skill_point = RFIFOW(4); skillDialog->setPoints(char_info->skill_point); break; + case 0x0018: + char_info->totalWeight = RFIFOW(4); + break; + case 0x0019: + char_info->maxWeight = RFIFOW(4); + break; case 0x0037: char_info->job_lv = RFIFOW(4); break; |