From 370771ff7a602498eac131f110b582ca4efbafef Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 22 Sep 2015 23:33:38 +0300 Subject: Allow add conditions into out packets definition. --- src/net/eathena/loginrecv.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net/eathena/loginrecv.cpp') 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); } -- cgit v1.2.3-70-g09d2