diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-11-29 22:55:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-12-02 21:34:35 +0300 |
commit | 576e5a5d13ae79e70bcaff857bec9b934b99baf7 (patch) | |
tree | 7643173d4edd31983ec0c1d3ddcf699e855910d0 /src/map/Makefile.in | |
parent | 5f8f132fb165bd30b2519aa1e7ce581ca0889557 (diff) | |
download | hercules-576e5a5d13ae79e70bcaff857bec9b934b99baf7.tar.gz hercules-576e5a5d13ae79e70bcaff857bec9b934b99baf7.tar.bz2 hercules-576e5a5d13ae79e70bcaff857bec9b934b99baf7.tar.xz hercules-576e5a5d13ae79e70bcaff857bec9b934b99baf7.zip |
Split normal packets and shuffle packets into separate files.
Normal packets in packets.h
Shuffle packets in map/packets_shuffle.h
Info: shuffle packets for 2013 clients and older still in packets.h
because most of it mixed between shuffle and non shuffle packets.
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 6147285e9..58d91506f 100644 --- a/src/map/Makefile.in +++ b/src/map/Makefile.in @@ -50,9 +50,9 @@ MAP_OBJ = $(addprefix obj_sql/, $(patsubst %c,%o,$(MAP_C))) 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.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 + mercenary.h mob.h npc.h packets.h packets_keys.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 MAP_PH = HAVE_MYSQL=@HAVE_MYSQL@ |