diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-28 18:36:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-28 18:36:58 +0300 |
commit | 07758e21abf23ad6742b0f6aacedbb7c60c81e98 (patch) | |
tree | 7f5b9b0bd7107426f97bc91150b52d2655e0d3f4 /src/Makefile.am | |
parent | 7218f15b792d6ae2bf88b65f6901ae5aa86ecb7a (diff) | |
download | evol-hercules-07758e21abf23ad6742b0f6aacedbb7c60c81e98.tar.gz evol-hercules-07758e21abf23ad6742b0f6aacedbb7c60c81e98.tar.bz2 evol-hercules-07758e21abf23ad6742b0f6aacedbb7c60c81e98.tar.xz evol-hercules-07758e21abf23ad6742b0f6aacedbb7c60c81e98.zip |
Add support for team id for battleground players.
New script function: setbgteam bgid, num
It set for 'bgid' team id to 'num'.
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 64e3a22..b80abeb 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/battleground.c \ + emap/battleground.h \ emap/clif.c \ emap/clif.h \ emap/init.c \ |