From dad6fe920ab9d28aa883a93252c243a5f64c35b6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 2 Nov 2014 23:59:54 +0300 Subject: Add prefix inter_storage_ to most functions in int_storage.c --- src/char/char.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/char/char.c') 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 -- cgit v1.2.3-70-g09d2