summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/map/status.h b/src/map/status.h
index a70687b67..853a7a1a6 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -2058,14 +2058,15 @@ typedef struct weapon_atk {
struct status_data {
uint32
hp, sp, // see status_cpy before adding members before hp and sp
- max_hp, max_sp,
- str, agi, vit, int_, dex, luk,
+ max_hp, max_sp;
+ uint16 str, agi, vit, int_, dex, luk;
+ uint32
batk,
matk_min, matk_max,
speed,
amotion, adelay, dmotion,
- mode,
- hit, flee, cri, flee2,
+ mode;
+ int32 hit, flee, cri, flee2,
def2, mdef2,
#ifdef RENEWAL_ASPD
aspd_rate2,