summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-01-14 14:03:06 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-01-14 14:03:06 +0000
commit0e882b69855dab5ae0c50e52b3db8316c6054751 (patch)
tree81020725036353cacc2534c3dbd95535fc5b98e5 /src/common/mmo.h
parent6b405aa702e726f1eadcc3657c2da12f112afe0d (diff)
downloadhercules-0e882b69855dab5ae0c50e52b3db8316c6054751.tar.gz
hercules-0e882b69855dab5ae0c50e52b3db8316c6054751.tar.bz2
hercules-0e882b69855dab5ae0c50e52b3db8316c6054751.tar.xz
hercules-0e882b69855dab5ae0c50e52b3db8316c6054751.zip
* Added client login packets 0x01fa and 0x027c.
* Other minor cleanups. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13449 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 2bd88c636..e138244bd 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -594,6 +594,12 @@ enum {
JOB_MAX,
};
+enum {
+ SEX_FEMALE = 0,
+ SEX_MALE,
+ SEX_SERVER
+};
+
// sanity checks...
#if MAX_ZENY > INT_MAX
#error MAX_ZENY is too big