diff options
Diffstat (limited to 'src/map/storage.h')
-rw-r--r-- | src/map/storage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/storage.h b/src/map/storage.h index 40e11331b..e33505062 100644 --- a/src/map/storage.h +++ b/src/map/storage.h @@ -19,7 +19,7 @@ struct storage *account2storage(int account_id); struct storage *account2storage2(int account_id);
int storage_delete(int account_id);
int storage_storage_quit(struct map_session_data *sd, int flag);
-int storage_storage_save(int account_id);
+int storage_storage_save(int account_id, int final);
int storage_storage_saved(int account_id); //Ack from char server that guild store was saved.
void storage_storage_dirty(struct map_session_data *sd);
|