From 7966264fdf4271c8b247d572c2eadef88dcaf4b4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 17 Nov 2014 23:26:43 +0300 Subject: Allow continue npc script execution if distance to npc bigger than limit. --- src/map/npc.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/map/npc.h (limited to 'src/map/npc.h') diff --git a/src/map/npc.h b/src/map/npc.h new file mode 100644 index 0000000..8053352 --- /dev/null +++ b/src/map/npc.h @@ -0,0 +1,9 @@ +// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL. +// Copyright (c) 2014 Evol developers + +#ifndef EVOL_MAP_NPC +#define EVOL_MAP_NPC + +struct npc_data* enpc_checknear(struct map_session_data* sd, struct block_list* bl); + +#endif // EVOL_MAP_NPC -- cgit v1.2.3-60-g2f50