diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-13 21:37:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-13 21:37:35 +0300 |
commit | 68c2ea30403890497b05cd0c8ce9d8197324efef (patch) | |
tree | 1cbcf302014e717862a0b880d6670b17397af2a4 /src/Makefile.am | |
parent | a72ce61cd2dd4981259a8b9a16801222b9775f08 (diff) | |
download | evol-hercules-68c2ea30403890497b05cd0c8ce9d8197324efef.tar.gz evol-hercules-68c2ea30403890497b05cd0c8ce9d8197324efef.tar.bz2 evol-hercules-68c2ea30403890497b05cd0c8ce9d8197324efef.tar.xz evol-hercules-68c2ea30403890497b05cd0c8ce9d8197324efef.zip |
Update for all players clan join/leave state.
Other players will see if player joined or left clan.
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 4c47003..68828fe 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -36,6 +36,8 @@ MAP_SRC = emap/atcommand.c \ emap/battle.h \ emap/battleground.c \ emap/battleground.h \ + emap/clan.c \ + emap/clan.h \ emap/clif.c \ emap/clif.h \ emap/config.c \ |