diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-18 14:13:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-18 14:13:09 +0300 |
commit | 0846b3e83759b42d8d5abea155605d7bcc0c2e22 (patch) | |
tree | 1e791a8b2a0b7a9dc2b503474c4f041a2076c777 /src/Makefile.am | |
parent | da93a53f7630a62f342f51743d63914f3ea5f266 (diff) | |
download | evol-hercules-0846b3e83759b42d8d5abea155605d7bcc0c2e22.tar.gz evol-hercules-0846b3e83759b42d8d5abea155605d7bcc0c2e22.tar.bz2 evol-hercules-0846b3e83759b42d8d5abea155605d7bcc0c2e22.tar.xz evol-hercules-0846b3e83759b42d8d5abea155605d7bcc0c2e22.zip |
Impliment FloorLifeTime in item_db.conf
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 3f6c504..289c775 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,6 +29,8 @@ MAP_SRC = map/clif.c \ map/itemdb.h \ map/lang.c \ map/lang.h \ + map/map.c \ + map/map.h \ map/npc.c \ map/npc.h \ map/parse.c \ |