Fixed a bug in int_storage.c, temp array doesn't have the good size
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8088 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -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;i<MAX_STORAGE;i++){
|
||||
if(p->storage_[i].nameid>0){
|
||||
mapitem[count].flag=0;
|
||||
|
||||
Reference in New Issue
Block a user