summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-29 01:07:45 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-29 01:07:45 +0300
commit2fbf69ebe75abceb55a66b62bfd4220d3833108d (patch)
tree831447a229257b7a04b62e905d535d38dee2027d /src/Makefile.am
parent99875f9bf3b221ff507e507eeb9f50f4313c32b7 (diff)
downloadevol-hercules-2fbf69ebe75abceb55a66b62bfd4220d3833108d.tar.gz
evol-hercules-2fbf69ebe75abceb55a66b62bfd4220d3833108d.tar.bz2
evol-hercules-2fbf69ebe75abceb55a66b62bfd4220d3833108d.tar.xz
evol-hercules-2fbf69ebe75abceb55a66b62bfd4220d3833108d.zip
Set default npc gender to 3 (no gender).
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a4956e2..7ed1330 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -32,8 +32,11 @@ MAP_SRC = map/clif.c \
map/scriptdefines.h \
map/send.c \
map/send.h \
+ map/status.c \
+ map/status.h \
map/data/mapd.c \
map/data/mapd.h \
+ map/data/npcd.c \
map/data/npcd.h \
map/data/session.c \
map/data/session.h \