diff options
author | gumi <git@gumi.ca> | 2020-07-13 23:11:15 +0000 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-07-13 23:11:15 +0000 |
commit | b483a1380df50dafb647b0250d2406657a71aa09 (patch) | |
tree | eb12773b5be6f0090757f9ee6d3f6be09414d2ab /src/emap/status.c | |
parent | 858de334b4e9dd4d81b7f78aeadd195ecf9ca342 (diff) | |
download | evol-hercules-b483a1380df50dafb647b0250d2406657a71aa09.tar.gz evol-hercules-b483a1380df50dafb647b0250d2406657a71aa09.tar.bz2 evol-hercules-b483a1380df50dafb647b0250d2406657a71aa09.tar.xz evol-hercules-b483a1380df50dafb647b0250d2406657a71aa09.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.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/emap/status.c b/src/emap/status.c index 88f96f9..a9bbdf5 100644 --- a/src/emap/status.c +++ b/src/emap/status.c @@ -214,26 +214,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) { |