summaryrefslogtreecommitdiff
path: root/src/map/intif.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-08-27 01:14:09 +0200
committerHaru <haru@dotalux.com>2018-08-27 01:14:09 +0200
commit5bb417009a0e8d6f0ed05a4007ea0248f7cb4138 (patch)
tree2e43dd174d737006e2bc109deabde25521a8f7c1 /src/map/intif.h
parent483341747ac3ecec9998d989b3f05af05474ea34 (diff)
downloadhercules-5bb417009a0e8d6f0ed05a4007ea0248f7cb4138.tar.gz
hercules-5bb417009a0e8d6f0ed05a4007ea0248f7cb4138.tar.bz2
hercules-5bb417009a0e8d6f0ed05a4007ea0248f7cb4138.tar.xz
hercules-5bb417009a0e8d6f0ed05a4007ea0248f7cb4138.zip
Fix a race condition in the storage saving code
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/intif.h')
-rw-r--r--src/map/intif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/intif.h b/src/map/intif.h
index 1e98d11f8..21f7a494c 100644
--- a/src/map/intif.h
+++ b/src/map/intif.h
@@ -68,7 +68,7 @@ struct intif_interface {
int (*saveregistry) (struct map_session_data *sd);
int (*request_registry) (struct map_session_data *sd, int flag);
void (*request_account_storage) (const struct map_session_data *sd);
- void (*send_account_storage) (const struct map_session_data *sd);
+ void (*send_account_storage) (struct map_session_data *sd);
int (*request_guild_storage) (int account_id, int guild_id);
int (*send_guild_storage) (int account_id, struct guild_storage *gstor);
int (*create_party) (struct party_member *member, const char *name, int item, int item2);