summaryrefslogtreecommitdiff
path: root/src/net/eathena/updateprotocol.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-26 22:21:53 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-26 22:21:53 +0300
commitf4f80ea5f303ada1184c9b41d47ad7cd49af5d0b (patch)
tree7f1b91069a3d2eb1834dfd2fabd7fdcdeb42f446 /src/net/eathena/updateprotocol.cpp
parentec96f90c72aa30127faf3099cbf1619679d7a60a (diff)
downloadplus-f4f80ea5f303ada1184c9b41d47ad7cd49af5d0b.tar.gz
plus-f4f80ea5f303ada1184c9b41d47ad7cd49af5d0b.tar.bz2
plus-f4f80ea5f303ada1184c9b41d47ad7cd49af5d0b.tar.xz
plus-f4f80ea5f303ada1184c9b41d47ad7cd49af5d0b.zip
Update shuffle packets for new packet versions.
Split main and re shuffle files.
Diffstat (limited to 'src/net/eathena/updateprotocol.cpp')
-rw-r--r--src/net/eathena/updateprotocol.cpp1
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;