diff options
Diffstat (limited to 'src/char_sql/int_storage.c')
-rw-r--r-- | src/char_sql/int_storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
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;i<MAX_STORAGE;i++){
if(p->storage_[i].nameid>0){
mapitem[count].flag=0;
|