diff options
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index 117a71007..ab21311b8 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -1513,6 +1513,9 @@ struct status_data { short hit, flee, cri, flee2, def2, mdef2, +#ifdef RENEWAL_ASPD + aspd_rate2, +#endif aspd_rate; /** * defType is REMODE dependent and defined in src/map/config/data/const.h |