diff options
Diffstat (limited to 'src/map/chrif.c')
-rw-r--r-- | src/map/chrif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/chrif.c b/src/map/chrif.c index ffdb21cd3..eda3a14e5 100644 --- a/src/map/chrif.c +++ b/src/map/chrif.c @@ -1158,7 +1158,7 @@ int chrif_save_scdata(struct map_session_data *sd) #ifndef TXT_ONLY
if(charsave_method) //New 'Local' save
{
- charsave_save_scdata(sd->status.account_id, sd->status.char_id, sd->sc.data, MAX_STATUSCHANGE);
+ charsave_save_scdata(sd->status.account_id, sd->status.char_id, &sd->sc, MAX_STATUSCHANGE);
return 0;
}
#endif
|