diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-17 12:15:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-17 12:15:34 +0300 |
commit | 707ccaa19fa60aab91dec2b2394b4ff588e01f4e (patch) | |
tree | 43113cef54430fca78bc7a1bd3face9b6dba0e7a /src/Makefile.am | |
parent | 0259ea31939be1ec56a47980256d67837158b3f2 (diff) | |
download | evol-hercules-707ccaa19fa60aab91dec2b2394b4ff588e01f4e.tar.gz evol-hercules-707ccaa19fa60aab91dec2b2394b4ff588e01f4e.tar.bz2 evol-hercules-707ccaa19fa60aab91dec2b2394b4ff588e01f4e.tar.xz evol-hercules-707ccaa19fa60aab91dec2b2394b4ff588e01f4e.zip |
Allow "use" pet eggs.
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 1208446..ec78719 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,6 +25,8 @@ LOGIN_SRC = login/config.c \ MAP_SRC = map/clif.c \ map/clif.h \ map/init.c \ + map/itemdb.c \ + map/itemdb.h \ map/lang.c \ map/lang.h \ map/npc.c \ |