diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-31 21:26:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-31 21:26:22 +0300 |
commit | 1e49a9dd41900d045c94ebfe34909fa9e4dba32f (patch) | |
tree | f521e38b69ea7409645c8b6ac18fc576d9aa74d8 /src/Makefile.am | |
parent | 48ce547ec3ead9228f81404c7abf4ee99dbe2819 (diff) | |
download | evol-hercules-1e49a9dd41900d045c94ebfe34909fa9e4dba32f.tar.gz evol-hercules-1e49a9dd41900d045c94ebfe34909fa9e4dba32f.tar.bz2 evol-hercules-1e49a9dd41900d045c94ebfe34909fa9e4dba32f.tar.xz evol-hercules-1e49a9dd41900d045c94ebfe34909fa9e4dba32f.zip |
Add into item_db.conf support for attribute AllowAmmo for bows.
This allow limit any arrow/ammo for any bows/guns.
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 ad8da26..7243854 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -32,6 +32,8 @@ LOGIN_SRC = elogin/config.c \ MAP_SRC = emap/atcommand.c \ emap/atcommand.h \ + emap/battle.c \ + emap/battle.h \ emap/battleground.c \ emap/battleground.h \ emap/clif.c \ |