summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 9c343f49..44e8a9fc 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -619,7 +619,7 @@ void do_parse() {
char_info->job_xp = RFIFOL(4);
break;
case 20:
- char_info->zeny = RFIFOL(4);
+ char_info->gp = RFIFOL(4);
break;
// case 16 and 17 missing
}