diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-07-12 01:22:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-07-15 20:36:28 +0300 |
commit | 166734b298fad354606f36a179616ac4d2ba72db (patch) | |
tree | 0173ca966cef3f705b119a184ac77b9a492946d5 /src/map/Makefile.in | |
parent | 81bea15be75b5d46437109ac6d874eeb1d4ffd86 (diff) | |
download | hercules-166734b298fad354606f36a179616ac4d2ba72db.tar.gz hercules-166734b298fad354606f36a179616ac4d2ba72db.tar.bz2 hercules-166734b298fad354606f36a179616ac4d2ba72db.tar.xz hercules-166734b298fad354606f36a179616ac4d2ba72db.zip |
Update shuffle packets and split re and main client shuffles due conflict.
Diffstat (limited to 'src/map/Makefile.in')
-rw-r--r-- | src/map/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/map/Makefile.in b/src/map/Makefile.in index 1f2230888..7c04a4f37 100644 --- a/src/map/Makefile.in +++ b/src/map/Makefile.in @@ -52,9 +52,10 @@ MAP_H = atcommand.h battle.h battleground.h buyingstore.h channel.h chat.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 \ - packets_shuffle_main.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 vending.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 \ + vending.h MAP_PH = HAVE_MYSQL=@HAVE_MYSQL@ |