diff options
Diffstat (limited to 'src/char/int_storage.h')
-rw-r--r-- | src/char/int_storage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/int_storage.h b/src/char/int_storage.h index 79e436093..fdd2a5f28 100644 --- a/src/char/int_storage.h +++ b/src/char/int_storage.h @@ -19,7 +19,7 @@ extern char storage_txt[1024]; extern char guild_storage_txt[1024]; //Exported for use in the TXT-SQL converter. -int storage_fromstr(char *str,struct storage_data *p); +bool storage_fromstr(char* str, int* account_id, struct storage_data* p); int guild_storage_fromstr(char *str,struct guild_storage *p); bool storage_load(int account_id, struct storage_data* storage); |