diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-17 23:26:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-17 23:26:43 +0300 |
commit | 7966264fdf4271c8b247d572c2eadef88dcaf4b4 (patch) | |
tree | fd05e7c449d5ff883c19283f66a8e8e088a14fec /src/Makefile.am | |
parent | 83a2ec502bbe1a8a86ef6361eaf98f38f5d2a653 (diff) | |
download | plugin-7966264fdf4271c8b247d572c2eadef88dcaf4b4.tar.gz plugin-7966264fdf4271c8b247d572c2eadef88dcaf4b4.tar.bz2 plugin-7966264fdf4271c8b247d572c2eadef88dcaf4b4.tar.xz plugin-7966264fdf4271c8b247d572c2eadef88dcaf4b4.zip |
Allow continue npc script execution if distance to npc bigger than limit.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 51ef27a..c739693 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,6 +17,8 @@ LOGIN_SRC = login/config.c \ MAP_SRC = map/dummy.c \ map/dummy.h \ map/init.c \ + map/npc.c \ + map/npc.h \ map/parse.c \ map/parse.h \ map/pc.c \ |