diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/mmo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index a0c967c10..f9727a223 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -329,7 +329,7 @@ struct registry { struct global_reg account2[ACCOUNT_REG2_NUM]; }; -struct storage { +struct storage_data { int dirty; int account_id; short storage_status; |