diff options
Diffstat (limited to 'src/net/eathena/updateprotocol.cpp')
-rw-r--r-- | src/net/eathena/updateprotocol.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/updateprotocol.cpp b/src/net/eathena/updateprotocol.cpp index 21f6c001a..99b3eeb4d 100644 --- a/src/net/eathena/updateprotocol.cpp +++ b/src/net/eathena/updateprotocol.cpp @@ -74,6 +74,7 @@ void updateProtocol() #include "net/protocoloutupdate.h" #include "net/eathena/packetsout.inc" #include "net/eathena/packetsout_shuffle_main.inc" +#include "net/eathena/packetsout_shuffle_re.inc" #include "net/eathena/packetsout_shuffle_zero.inc" #undef packet Network *const network = Network::mInstance; |