summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-15 23:48:51 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-15 23:48:51 +0300
commitc7a03f4a20ae7a39277417ee566211f7dd94130a (patch)
tree6ffe7c82956bc2163abfe7ddaa8c8702bee0fbe4 /src/Makefile.am
parent5391b33e088ebf7c88766abf3a622a6b4b52a2cf (diff)
downloadevol-hercules-c7a03f4a20ae7a39277417ee566211f7dd94130a.tar.gz
evol-hercules-c7a03f4a20ae7a39277417ee566211f7dd94130a.tar.bz2
evol-hercules-c7a03f4a20ae7a39277417ee566211f7dd94130a.tar.xz
evol-hercules-c7a03f4a20ae7a39277417ee566211f7dd94130a.zip
map: add attribute for mobs for stand slaves alive after muster was dead
New mob attribute: 0x8000
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 07bffc3..61dc883 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -35,6 +35,8 @@ MAP_SRC = map/clif.c \
map/lang.h \
map/map.c \
map/map.h \
+ map/mob.c \
+ map/mob.h \
map/npc.c \
map/npc.h \
map/parse.c \