diff options
Diffstat (limited to 'src/char/char.c')
-rw-r--r-- | src/char/char.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/char.c b/src/char/char.c index 4aa7b1c6a..d6978f2e6 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -1341,7 +1341,7 @@ int char_mmo_char_fromsql(int char_id, struct mmo_charstatus* p, bool load_every strcat(t_msg, " cart"); //read storage - storage_fromsql(p->account_id, &p->storage); + inter_storage_fromsql(p->account_id, &p->storage); strcat(t_msg, " storage"); //read skill |