From c9c662502b3a42d6e2239e6d783d318d4038f90f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 5 Jan 2018 21:07:26 +0300 Subject: Split packets file into normal and shuffle packets. --- src/net/eathena/updateprotocol.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/eathena/updateprotocol.cpp') diff --git a/src/net/eathena/updateprotocol.cpp b/src/net/eathena/updateprotocol.cpp index bc6e5ac61..dd5449907 100644 --- a/src/net/eathena/updateprotocol.cpp +++ b/src/net/eathena/updateprotocol.cpp @@ -40,6 +40,7 @@ void updateProtocol() #define PACKETS_UPDATE #include "net/protocoloutupdate.h" #include "net/eathena/packetsout.inc" +#include "net/eathena/packetsout_shuffle.inc" #undef packet Network *const network = Network::mInstance; if (network != nullptr) @@ -51,6 +52,7 @@ void updateProtocol() } PACKETSOUT_VOID +PACKETSOUT_SHUFFLE_VOID PROTOCOLOUTUPDATE_VOID PROTOCOLOUT_VOID -- cgit v1.2.3-60-g2f50