diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index aae1e6550..cef9b5df5 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -352,6 +352,7 @@ struct map_session_data { short nameid; int index, amount, zeny; struct mail_data inbox; + bool changed; // if true, should sync with charserver on next mailbox request } mail; //Quest log system [Kevin] |