diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-04-19 23:02:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-04-19 23:02:26 +0300 |
commit | 82b22caa7a2c58777dd3daa8f4365a71754b0b04 (patch) | |
tree | 77d427b1c86b51f9c6098a7814f5b02ef1bc90b8 /src/emap/status.h | |
parent | d849f17f97e7b203435ab387c356d20976651c00 (diff) | |
download | evol-hercules-82b22caa7a2c58777dd3daa8f4365a71754b0b04.tar.gz evol-hercules-82b22caa7a2c58777dd3daa8f4365a71754b0b04.tar.bz2 evol-hercules-82b22caa7a2c58777dd3daa8f4365a71754b0b04.tar.xz evol-hercules-82b22caa7a2c58777dd3daa8f4365a71754b0b04.zip |
Use configured respawn hp for all jobs.
Diffstat (limited to 'src/emap/status.h')
-rw-r--r-- | src/emap/status.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emap/status.h b/src/emap/status.h index 11f1695..4fa5a34 100644 --- a/src/emap/status.h +++ b/src/emap/status.h @@ -42,4 +42,7 @@ int estatus_change_end__post(int retVal, enum sc_type type, int tid, const char* file, int line); +void estatus_calc_pc_recover_hp_pre(struct map_session_data **sdPtr, + struct status_data **bstatusPtr); + #endif // EVOL_MAP_STATUS |