summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-11-29 22:55:55 +0300
committerAndrei Karas <akaras@inbox.ru>2017-12-02 21:34:35 +0300
commit576e5a5d13ae79e70bcaff857bec9b934b99baf7 (patch)
tree7643173d4edd31983ec0c1d3ddcf699e855910d0 /src/map/clif.c
parent5f8f132fb165bd30b2519aa1e7ce581ca0889557 (diff)
downloadhercules-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/clif.c')
-rw-r--r--src/map/clif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 1902ac69e..086ff524b 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -20103,6 +20103,7 @@ void packetdb_loaddb(void) {
#define packet(id, size, ...) packetdb_addpacket((id), (size), ##__VA_ARGS__, 0xFFFF)
#include "packets.h" /* load structure data */
+#include "packets_shuffle.h"
#undef packet
#define packetKeys(a,b,c) do { clif->cryptKey[0] = (a); clif->cryptKey[1] = (b); clif->cryptKey[2] = (c); } while(0)
#include "packets_keys.h"