diff options
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 |