summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/mmo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index a0634d025..40ede7440 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -378,7 +378,7 @@ typedef enum mail_status {
} mail_status;
struct mail_message {
- unsigned int id;
+ int id;
int send_id;
char send_name[NAME_LENGTH];
int dest_id;