summaryrefslogtreecommitdiff
path: root/src/char/mapif.h
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-08 11:45:01 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-08 11:45:01 -0300
commit05c1c0552fe6c94d8835a58f4608d0402614ce39 (patch)
tree25c6cddf9cd1767835266171d26d86d04882fdee /src/char/mapif.h
parent36b0aad136e42687ed5f5383f8d93128d73c398b (diff)
downloadhercules-05c1c0552fe6c94d8835a58f4608d0402614ce39.tar.gz
hercules-05c1c0552fe6c94d8835a58f4608d0402614ce39.tar.bz2
hercules-05c1c0552fe6c94d8835a58f4608d0402614ce39.tar.xz
hercules-05c1c0552fe6c94d8835a58f4608d0402614ce39.zip
[TMW2] Hercules Ultimate Storage System
Diffstat (limited to 'src/char/mapif.h')
-rw-r--r--src/char/mapif.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/char/mapif.h b/src/char/mapif.h
index f5b54b6b7..8990ec40b 100644
--- a/src/char/mapif.h
+++ b/src/char/mapif.h
@@ -170,10 +170,10 @@ struct mapif_interface {
int (*save_guild_storage_ack) (int fd, int account_id, int guild_id, int fail);
int (*parse_LoadGuildStorage) (int fd);
int (*parse_SaveGuildStorage) (int fd);
- int (*account_storage_load) (int fd, int account_id);
+ int (*account_storage_load) (int fd, int account_id, int storage_id, int storage_size);
int (*pAccountStorageLoad) (int fd);
int (*pAccountStorageSave) (int fd);
- void (*sAccountStorageSaveAck) (int fd, int account_id, bool save);
+ void (*sAccountStorageSaveAck) (int fd, int account_id, int storage_id, bool save);
int (*itembound_ack) (int fd, int aid, int guild_id);
void (*parse_ItemBoundRetrieve) (int fd);
void (*parse_accinfo) (int fd);