diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-01-05 21:07:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-01-05 21:17:07 +0300 |
commit | c9c662502b3a42d6e2239e6d783d318d4038f90f (patch) | |
tree | 32bd4d7aa8c7a17b8368e704da9f5e5f2acb57d6 /src/net/eathena/updateprotocol.cpp | |
parent | a94f1032a7eee07e25664738cb75aca4d90ca2db (diff) | |
download | manaplus-c9c662502b3a42d6e2239e6d783d318d4038f90f.tar.gz manaplus-c9c662502b3a42d6e2239e6d783d318d4038f90f.tar.bz2 manaplus-c9c662502b3a42d6e2239e6d783d318d4038f90f.tar.xz manaplus-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.cpp | 2 |
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 |