diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index cb866bbb8..41856d51b 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -803,6 +803,7 @@ struct map_session_data { // Mail System [Zephyrus] struct { + short nameid; int index, amount, zeny; struct mail_data inbox; } mail; |