summaryrefslogtreecommitdiff
path: root/src/emap/status.h
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-18 03:42:23 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-18 03:42:23 -0300
commit90f88f539307c0a6945d305aa591ae0b935365e4 (patch)
tree69d8b8707bdca068400ec91587a4ed68049ae8e1 /src/emap/status.h
parent03996d97def7dda1d6a6f79a466daf668884d277 (diff)
downloadevol-hercules-90f88f539307c0a6945d305aa591ae0b935365e4.tar.gz
evol-hercules-90f88f539307c0a6945d305aa591ae0b935365e4.tar.bz2
evol-hercules-90f88f539307c0a6945d305aa591ae0b935365e4.tar.xz
evol-hercules-90f88f539307c0a6945d305aa591ae0b935365e4.zip
Implement SC_HALT_REGENERATION. Move SC IDs because this one is saved to SQL.
Diffstat (limited to 'src/emap/status.h')
-rw-r--r--src/emap/status.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emap/status.h b/src/emap/status.h
index f76c607..2ef0d81 100644
--- a/src/emap/status.h
+++ b/src/emap/status.h
@@ -40,4 +40,7 @@ int estatus_change_start_post(int retVal,
void estatus_calc_pc_recover_hp_pre(struct map_session_data **sdPtr,
struct status_data **bstatusPtr);
+void estatus_calc_regen_rate_post(struct block_list *bl,
+ struct regen_data *regen,
+ struct status_change *sc);
#endif // EVOL_MAP_STATUS