summaryrefslogtreecommitdiff
path: root/src/emap/status.h
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-09-12 13:47:01 -0300
committerJesusaves <cpntb1@ymail.com>2020-09-12 13:47:01 -0300
commitf17521208fe49fde8864b721b71df63a3a564f37 (patch)
treeb6627e08db4052b456c38709bf45706febaa5bc1 /src/emap/status.h
parentbc88639096a34f465cd9697ac66117740353a856 (diff)
downloadevol-hercules-f17521208fe49fde8864b721b71df63a3a564f37.tar.gz
evol-hercules-f17521208fe49fde8864b721b71df63a3a564f37.tar.bz2
evol-hercules-f17521208fe49fde8864b721b71df63a3a564f37.tar.xz
evol-hercules-f17521208fe49fde8864b721b71df63a3a564f37.zip
Revert "fix the hooks for npc->unload and mob->spawn_dataset, remove the unused hook for status->change_end_"
This reverts commit fc19fdff65ee1561b2b1e30e5bab6906f65d34fa.
Diffstat (limited to 'src/emap/status.h')
-rw-r--r--src/emap/status.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/emap/status.h b/src/emap/status.h
index f76c607..4fa5a34 100644
--- a/src/emap/status.h
+++ b/src/emap/status.h
@@ -37,6 +37,11 @@ int estatus_change_start_post(int retVal,
int rate, int val1, int val2,
int val3, int val4, int tick, int flag);
+int estatus_change_end__post(int retVal,
+ struct block_list* bl,
+ 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);