summaryrefslogtreecommitdiff
path: root/src/emap/status.c
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.c
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.c')
-rw-r--r--src/emap/status.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/emap/status.c b/src/emap/status.c
index 2d2a884..6c598a8 100644
--- a/src/emap/status.c
+++ b/src/emap/status.c
@@ -230,26 +230,6 @@ int estatus_change_start_post(int retVal,
return retVal;
}
-int estatus_change_end__post(int retVal,
- struct block_list* bl __attribute__ ((unused)),
- enum sc_type type __attribute__ ((unused)),
- int tid __attribute__ ((unused)),
- const char* file __attribute__ ((unused)),
- int line __attribute__ ((unused)))
-{
- if (!retVal)
- return retVal;
-
-/*
- switch ((esc_type)type)
- {
- default:
- break;
- }
-*/
- return retVal;
-}
-
void estatus_calc_pc_recover_hp_pre(struct map_session_data **sdPtr __attribute__ ((unused)),
struct status_data **bstatusPtr)
{