diff options
-rw-r--r-- | src/map/npc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.c b/src/map/npc.c index 56affa0b5..5e4797afa 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -1532,7 +1532,7 @@ static int npc_unload_ev(DBKey key,void *data,va_list ap) { int npc_unload (struct npc_data *nd)
{
- nullpo_retv(nd);
+ nullpo_ret(nd);
npc_remove_map (nd);
map_deliddb(&nd->bl);
|