summaryrefslogtreecommitdiff
path: root/src/char/char.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/char.c')
-rw-r--r--src/char/char.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/char/char.c b/src/char/char.c
index 6f11768d2..a5525998f 100644
--- a/src/char/char.c
+++ b/src/char/char.c
@@ -1334,7 +1334,7 @@ int char_mmo_char_fromsql(int char_id, struct mmo_charstatus* p, bool load_every
strcat(t_msg, " cart");
//read storage
- inter_storage_fromsql(p->account_id, &p->storage);
+ inter_storage->fromsql(p->account_id, &p->storage);
strcat(t_msg, " storage");
//read skill
@@ -6017,6 +6017,7 @@ void char_load_defaults(void)
inter_party_defaults();
inter_pet_defaults();
inter_quest_defaults();
+ inter_storage_defaults();
}
void char_defaults(void)