summaryrefslogtreecommitdiff
path: root/src/emap/mob.c
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-07-13 23:11:15 +0000
committergumi <git@gumi.ca>2020-07-13 23:11:15 +0000
commitb483a1380df50dafb647b0250d2406657a71aa09 (patch)
treeeb12773b5be6f0090757f9ee6d3f6be09414d2ab /src/emap/mob.c
parent858de334b4e9dd4d81b7f78aeadd195ecf9ca342 (diff)
downloadevol-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/mob.c')
-rw-r--r--src/emap/mob.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emap/mob.c b/src/emap/mob.c
index fbc75b6..e4adec5 100644
--- a/src/emap/mob.c
+++ b/src/emap/mob.c
@@ -294,7 +294,8 @@ uint32 emob_read_db_mode_sub_post(uint32 retVal,
}
struct mob_data *emob_spawn_dataset_post(struct mob_data *retVal,
- struct spawn_data *data __attribute__ ((unused)))
+ struct spawn_data *data __attribute__ ((unused)),
+ int npc_id __attribute__ ((unused)))
{
if (retVal)
{