diff options
-rw-r--r-- | src/map/status.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/map/status.h b/src/map/status.h index 5f53b715a..853a7a1a6 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -2058,8 +2058,9 @@ 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, |