diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/mmo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 35af37d85..f497cfdc0 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -184,7 +184,6 @@ struct status_change_data { }; struct storage_data { - int account_id; // used by charserver int storage_amount; struct item items[MAX_STORAGE]; }; |