diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-20 22:41:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-20 22:41:20 +0300 |
commit | d75ab9a77c15b7a99dcd5051846e4978c3ab71c1 (patch) | |
tree | d5594cb7d9c61a4dc9db02aa095bfba485fbd86e /src/net/eathena/protocol.h | |
parent | 8ed89ded1f45665fadd1e16ddc5d1b4962ad2182 (diff) | |
download | plus-d75ab9a77c15b7a99dcd5051846e4978c3ab71c1.tar.gz plus-d75ab9a77c15b7a99dcd5051846e4978c3ab71c1.tar.bz2 plus-d75ab9a77c15b7a99dcd5051846e4978c3ab71c1.tar.xz plus-d75ab9a77c15b7a99dcd5051846e4978c3ab71c1.zip |
Move player attributes in net code into separate file.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 598f62101..2479efa08 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -23,32 +23,6 @@ #ifndef NET_EATHENA_PROTOCOL_H #define NET_EATHENA_PROTOCOL_H -namespace EAthena -{ - enum - { - JOB = 0xa, - - STR = 0xd, - AGI, - VIT, - INT, - DEX, - LUK, - - ATK, - DEF, - MATK, - MDEF, - HIT, - FLEE, - CRIT - -// KARMA, -// MANNER - }; -} // namespace EAthena - /********************************* * Packets from server to client * *********************************/ |