diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-15 23:48:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-15 23:48:51 +0300 |
commit | c7a03f4a20ae7a39277417ee566211f7dd94130a (patch) | |
tree | 6ffe7c82956bc2163abfe7ddaa8c8702bee0fbe4 /src/Makefile.am | |
parent | 5391b33e088ebf7c88766abf3a622a6b4b52a2cf (diff) | |
download | evol-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.am | 2 |
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 \ |