summaryrefslogtreecommitdiff
path: root/src/emap/mob.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/mob.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/mob.h')
-rw-r--r--src/emap/mob.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emap/mob.h b/src/emap/mob.h
index 0a76fff..ea0013c 100644
--- a/src/emap/mob.h
+++ b/src/emap/mob.h
@@ -16,8 +16,7 @@ uint32 emob_read_db_mode_sub_post(uint32 retVal,
struct mob_db *entry,
struct config_setting_t *t);
struct mob_data *emob_spawn_dataset_post(struct mob_data *retVal,
- struct spawn_data *data,
- int npc_id);
+ struct spawn_data *data);
int emob_dead_pre(struct mob_data **mdPtr,
struct block_list **srcPtr,
int *typePtr);