summaryrefslogtreecommitdiff
path: root/src/emap/status.h
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-07-13 23:11:15 +0000
committerJesusaves <cpntb1@ymail.com>2020-09-12 13:31:28 -0300
commitfc19fdff65ee1561b2b1e30e5bab6906f65d34fa (patch)
treed74a15da15e0121edfc5733aa527d559deea1e14 /src/emap/status.h
parent02963c54fa43b41ed8346e243c415e777e9caa4c (diff)
downloadevol-hercules-fc19fdff65ee1561b2b1e30e5bab6906f65d34fa.tar.gz
evol-hercules-fc19fdff65ee1561b2b1e30e5bab6906f65d34fa.tar.bz2
evol-hercules-fc19fdff65ee1561b2b1e30e5bab6906f65d34fa.tar.xz
evol-hercules-fc19fdff65ee1561b2b1e30e5bab6906f65d34fa.zip
fix the hooks for npc->unload and mob->spawn_dataset, remove the unused hook for status->change_end_
Diffstat (limited to 'src/emap/status.h')
-rw-r--r--src/emap/status.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/emap/status.h b/src/emap/status.h
index 4fa5a34..f76c607 100644
--- a/src/emap/status.h
+++ b/src/emap/status.h
@@ -37,11 +37,6 @@ 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);