diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-27 20:51:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-27 20:51:44 +0300 |
commit | 1a4218d46ecbed547be1a6849448bbfa3ef82bf3 (patch) | |
tree | fa3c1fad5d085b64874bbdaaa93cf48d22ada38f /src/Makefile.am | |
parent | 01fd24443da378059a8e88c0755c5526e7b66cbc (diff) | |
download | evol-hercules-1a4218d46ecbed547be1a6849448bbfa3ef82bf3.tar.gz evol-hercules-1a4218d46ecbed547be1a6849448bbfa3ef82bf3.tar.bz2 evol-hercules-1a4218d46ecbed547be1a6849448bbfa3ef82bf3.tar.xz evol-hercules-1a4218d46ecbed547be1a6849448bbfa3ef82bf3.zip |
Add homunculus exp packet (0xb22)
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 05ebf01..ad8da26 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,6 +45,8 @@ MAP_SRC = emap/atcommand.c \ emap/effects.h \ emap/hashtable.c \ emap/hashtable.h \ + emap/homunculus.c \ + emap/homunculus.h \ emap/horse.c \ emap/horse.h \ emap/init.c \ |