From 624ddd306ebbd1cfdfd5bf85832ee969e15a619c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 1 Oct 2014 18:38:46 +0300 Subject: Move JOB stat from net enum into attributes. --- src/being/attributes.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/being/attributes.h') diff --git a/src/being/attributes.h b/src/being/attributes.h index 6bd255f29..74ae7529e 100644 --- a/src/being/attributes.h +++ b/src/being/attributes.h @@ -39,15 +39,16 @@ namespace Attributes MONEY, TOTAL_WEIGHT, MAX_WEIGHT, - SKILL_POINTS, - CHAR_POINTS, - CORR_POINTS, + JOB = 10, STR = 13, AGI = 14, VIT = 15, INT = 16, DEX = 17, LUK = 18, + SKILL_POINTS, + CHAR_POINTS, + CORR_POINTS, ATTACK_DELAY = 100, ATTACK_RANGE = 101, WALK_SPEED = 102, -- cgit v1.2.3-70-g09d2