summaryrefslogtreecommitdiff
path: root/src/emap/npc.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/npc.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/npc.h')
-rw-r--r--src/emap/npc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emap/npc.h b/src/emap/npc.h
index 7e6289e..ea6c77f 100644
--- a/src/emap/npc.h
+++ b/src/emap/npc.h
@@ -32,7 +32,6 @@ int enpc_get_var_num(const TBL_NPC *const npc,
const char *var);
int enpc_unload_pre(struct npc_data** ndPtr,
- bool *singlePtr,
- bool *unloadMobsPtr);
+ bool *singlePtr);
#endif // EVOL_MAP_NPC