summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 3a0f5c80..01c4b0ad 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -640,8 +640,10 @@ void do_parse() {
case 0x0037:
char_info->job_lv = RFIFOW(4);
break;
+ // try to get the stats point to attribute...
+ // FIXME : Wrong or misplaced...
case 0x0009:
- char_info->statsPointsToAttribute = RFIFOL(4);
+ char_info->statsPointsToAttribute = RFIFOW(4);
break;
}
statusWindow->update();