diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-07-19 22:05:41 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-07-19 22:30:18 -0600 |
commit | 5141dc4a99b74358f2dd0f5f211c5069a630ce1b (patch) | |
tree | 647cfb05d179d61759ef3679482eb204a7853d34 /src/net/ea/protocol.h | |
parent | 2e8fca7d471b4e2bf20735a0669e96722c000669 (diff) | |
download | mana-5141dc4a99b74358f2dd0f5f211c5069a630ce1b.tar.gz mana-5141dc4a99b74358f2dd0f5f211c5069a630ce1b.tar.bz2 mana-5141dc4a99b74358f2dd0f5f211c5069a630ce1b.tar.xz mana-5141dc4a99b74358f2dd0f5f211c5069a630ce1b.zip |
Merge StatusWindows
Also some other small merges
Diffstat (limited to 'src/net/ea/protocol.h')
-rw-r--r-- | src/net/ea/protocol.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/net/ea/protocol.h b/src/net/ea/protocol.h index 268c8c67..279e4c2f 100644 --- a/src/net/ea/protocol.h +++ b/src/net/ea/protocol.h @@ -23,6 +23,8 @@ #define EA_PROTOCOL_H enum { + JOB = 0xa, + STR = 0xd, AGI, VIT, @@ -30,13 +32,6 @@ enum { DEX, LUK, - STR_U, - AGI_U, - VIT_U, - INT_U, - DEX_U, - LUK_U, - ATK, DEF, MATK, |