From c2a903c8ad865c94875fd3aaffae1647afc2ba8d Mon Sep 17 00:00:00 2001 From: toms Date: Thu, 3 Aug 2006 08:51:18 +0000 Subject: Fixed a bug in int_storage.c, temp array doesn't have the good size git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8088 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/char_sql/int_storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/char_sql') diff --git a/src/char_sql/int_storage.c b/src/char_sql/int_storage.c index 2fcbc6074..f91276e75 100644 --- a/src/char_sql/int_storage.c +++ b/src/char_sql/int_storage.c @@ -33,7 +33,7 @@ int storage_tosql(int account_id,struct storage *p){ // int eqcount=1; // int noteqcount=1; int count=0; - struct itemtmp mapitem[MAX_GUILD_STORAGE]; + struct itemtmp mapitem[MAX_STORAGE]; for(i=0;istorage_[i].nameid>0){ mapitem[count].flag=0; -- cgit v1.2.3-70-g09d2