summaryrefslogtreecommitdiff
path: root/src/map/Makefile.in
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-08-22 01:26:00 +0300
committerAndrei Karas <akaras@inbox.ru>2018-08-25 00:37:54 +0300
commit05af69b6dcdc5fddac4da8ebfdd2ff9036e41c90 (patch)
tree6ceab1bde0bfd7f43ff8bf917452c54d31f5fae9 /src/map/Makefile.in
parentbf6b8a0ccfb3f0b35aec9b0ae833327ab5cbf405 (diff)
downloadhercules-05af69b6dcdc5fddac4da8ebfdd2ff9036e41c90.tar.gz
hercules-05af69b6dcdc5fddac4da8ebfdd2ff9036e41c90.tar.bz2
hercules-05af69b6dcdc5fddac4da8ebfdd2ff9036e41c90.tar.xz
hercules-05af69b6dcdc5fddac4da8ebfdd2ff9036e41c90.zip
Add support for build for SAK clients.
Add configure flag --enable-packetver-sak Add defines for SAK into mmo.h Add messages list for SAK clients.
Diffstat (limited to 'src/map/Makefile.in')
-rw-r--r--src/map/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/Makefile.in b/src/map/Makefile.in
index 1bef380e1..66e784c61 100644
--- a/src/map/Makefile.in
+++ b/src/map/Makefile.in
@@ -50,8 +50,8 @@ MAP_OBJ = $(addprefix obj_sql/, $(patsubst %c,%o,$(MAP_C)))
MAP_H = achievement.h atcommand.h battle.h battleground.h buyingstore.h channel.h chat.h \
chrif.h clan.h clif.h date.h duel.h elemental.h guild.h homunculus.h HPMmap.h \
instance.h intif.h irc-bot.h itemdb.h log.h mail.h map.h mapreg.h \
- mercenary.h messages.h messages_main.h messages_re.h messages_zero.h \
- mob.h npc.h packets.h packets_keys_main.h packets_keys_zero.h \
+ mercenary.h messages.h messages_main.h messages_re.h messages_sak.h \
+ messages_zero.h mob.h npc.h packets.h packets_keys_main.h packets_keys_zero.h \
packets_shuffle_main.h packets_shuffle_re.h packets_shuffle_zero.h \
packets_struct.h party.h path.h pc.h pc_groups.h pet.h quest.h rodex.h \
script.h searchstore.h skill.h status.h storage.h trade.h unit.h \