diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-20 01:49:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-20 02:24:18 +0300 |
commit | ef853a511e3c8ac67ce501cec30f4bd0fc3fa9b7 (patch) | |
tree | cf3f4bb88917c321ce6abe3d474f8c309f5b04f8 /src/Makefile.am | |
parent | bbec048534c01eb039386745b13909026d58dbb3 (diff) | |
download | evol-hercules-ef853a511e3c8ac67ce501cec30f4bd0fc3fa9b7.tar.gz evol-hercules-ef853a511e3c8ac67ce501cec30f4bd0fc3fa9b7.tar.bz2 evol-hercules-ef853a511e3c8ac67ce501cec30f4bd0fc3fa9b7.tar.xz evol-hercules-ef853a511e3c8ac67ce501cec30f4bd0fc3fa9b7.zip |
Drop support for client protocol version 15 (Oct 26 2015).
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 54492b3..8315549 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -68,7 +68,6 @@ MAP_SRC = emap/atcommand.c \ emap/mob.h \ emap/npc.c \ emap/npc.h \ - emap/packets_struct.h \ emap/parse.c \ emap/parse.h \ emap/pc.c \ |