diff options
Diffstat (limited to 'src/net/tmwa/protocol.h')
-rw-r--r-- | src/net/tmwa/protocol.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/net/tmwa/protocol.h b/src/net/tmwa/protocol.h index 6ff1b45ab..1531aae5f 100644 --- a/src/net/tmwa/protocol.h +++ b/src/net/tmwa/protocol.h @@ -23,32 +23,6 @@ #ifndef NET_TMWA_PROTOCOL_H #define NET_TMWA_PROTOCOL_H -namespace TmwAthena -{ - enum - { - JOB = 0xa, - - STR = 0xd, - AGI, - VIT, - INT, - DEX, - LUK, - - ATK, - DEF, - MATK, - MDEF, - HIT, - FLEE, - CRIT - -// KARMA, -// MANNER - }; -} // namespace TmwAthena - /********************************* * Packets from server to client * *********************************/ |