From d75ab9a77c15b7a99dcd5051846e4978c3ab71c1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 20 May 2014 22:41:20 +0300 Subject: Move player attributes in net code into separate file. --- src/net/tmwa/protocol.h | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'src/net/tmwa/protocol.h') 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 * *********************************/ -- cgit v1.2.3-70-g09d2