summaryrefslogtreecommitdiff
path: root/src/net/eathena/updateprotocol.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-01-05 21:07:26 +0300
committerAndrei Karas <akaras@inbox.ru>2018-01-05 21:17:07 +0300
commitc9c662502b3a42d6e2239e6d783d318d4038f90f (patch)
tree32bd4d7aa8c7a17b8368e704da9f5e5f2acb57d6 /src/net/eathena/updateprotocol.cpp
parenta94f1032a7eee07e25664738cb75aca4d90ca2db (diff)
downloadplus-c9c662502b3a42d6e2239e6d783d318d4038f90f.tar.gz
plus-c9c662502b3a42d6e2239e6d783d318d4038f90f.tar.bz2
plus-c9c662502b3a42d6e2239e6d783d318d4038f90f.tar.xz
plus-c9c662502b3a42d6e2239e6d783d318d4038f90f.zip
Split packets file into normal and shuffle packets.
Diffstat (limited to 'src/net/eathena/updateprotocol.cpp')
-rw-r--r--src/net/eathena/updateprotocol.cpp2
1 files changed, 2 insertions, 0 deletions
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