summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authoreathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-02-04 06:32:20 +0000
committereathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-02-04 06:32:20 +0000
commit343d829cf7d0ed7a09c90e14145c483ea99573d6 (patch)
tree94567140baa3256bc0d0d26f0dda2f537bac1bc0 /src/common/mmo.h
parentae971f9ae500a6fd31f5468dd7dab0f2b1ceff42 (diff)
downloadhercules-343d829cf7d0ed7a09c90e14145c483ea99573d6.tar.gz
hercules-343d829cf7d0ed7a09c90e14145c483ea99573d6.tar.bz2
hercules-343d829cf7d0ed7a09c90e14145c483ea99573d6.tar.xz
hercules-343d829cf7d0ed7a09c90e14145c483ea99573d6.zip
* Merged changes up to eAthena 15074.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15541 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/mmo.h')
-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;