From 576e5a5d13ae79e70bcaff857bec9b934b99baf7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 29 Nov 2017 22:55:55 +0300 Subject: 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. --- src/map/clif.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/clif.c') 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" -- cgit v1.2.3-70-g09d2