diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-22 23:33:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-23 00:09:21 +0300 |
commit | 370771ff7a602498eac131f110b582ca4efbafef (patch) | |
tree | f96882508cdc19d62444bf24b53d0df12e54dc89 /src/net/eathena/loginrecv.cpp | |
parent | ab3b909187ee0a18946bff50a6bd3e8e281970f1 (diff) | |
download | plus-370771ff7a602498eac131f110b582ca4efbafef.tar.gz plus-370771ff7a602498eac131f110b582ca4efbafef.tar.bz2 plus-370771ff7a602498eac131f110b582ca4efbafef.tar.xz plus-370771ff7a602498eac131f110b582ca4efbafef.zip |
Allow add conditions into out packets definition.
Diffstat (limited to 'src/net/eathena/loginrecv.cpp')
-rw-r--r-- | src/net/eathena/loginrecv.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/loginrecv.cpp b/src/net/eathena/loginrecv.cpp index cd0a09060..af9592b7a 100644 --- a/src/net/eathena/loginrecv.cpp +++ b/src/net/eathena/loginrecv.cpp @@ -30,6 +30,8 @@ #include "net/messagein.h" +#include "net/eathena/updateprotocol.h" + #include "utils/gettext.h" #include "utils/paths.h" @@ -164,6 +166,7 @@ void LoginRecv::processServerVersion(Net::MessageIn &msg) { logger->log("Hercules without version"); } + updateProtocol(); client->setState(STATE_LOGIN); } |