diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-01-06 22:20:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-01-14 18:06:02 +0300 |
commit | ca83900abca1887bbecadc86bce92b5c57ba6de2 (patch) | |
tree | ff49bffd7ec73fcdfcd5e1989104a9c5d0f95766 /src/map/Makefile.in | |
parent | a2d21de7a19a2e060a4d3324853f2200ec42ab23 (diff) | |
download | hercules-ca83900abca1887bbecadc86bce92b5c57ba6de2.tar.gz hercules-ca83900abca1887bbecadc86bce92b5c57ba6de2.tar.bz2 hercules-ca83900abca1887bbecadc86bce92b5c57ba6de2.tar.xz hercules-ca83900abca1887bbecadc86bce92b5c57ba6de2.zip |
Split packets_shuffle.h into main and zero shuffle packets.
Also add shuffle packets for all clients from where shuffle
packets can be extracted.
Diffstat (limited to 'src/map/Makefile.in')
-rw-r--r-- | src/map/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/map/Makefile.in b/src/map/Makefile.in index 633cba2e1..91efba0ae 100644 --- a/src/map/Makefile.in +++ b/src/map/Makefile.in @@ -51,9 +51,9 @@ MAP_H = atcommand.h battle.h battleground.h buyingstore.h channel.h chat.h \ chrif.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 mob.h npc.h packets.h packets_keys_main.h packets_keys_zero.h \ - packets_shuffle.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_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@ |