diff options
Diffstat (limited to 'src/net/tmwa/protocol.h')
-rw-r--r-- | src/net/tmwa/protocol.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/net/tmwa/protocol.h b/src/net/tmwa/protocol.h index 0624ad2f..2714634b 100644 --- a/src/net/tmwa/protocol.h +++ b/src/net/tmwa/protocol.h @@ -25,12 +25,12 @@ enum { JOB = 0xa, - STR = 0xd, - AGI, - VIT, - INT, - DEX, - LUK, + STRENGTH = 0xd, + AGILITY, + VITALITY, + INTELLIGENCE, + DEXTERITY, + LUCK, ATK, DEF, |