Fix login issue. Thanks rochet

This commit is contained in:
Antz 2017-03-19 23:23:47 +00:00 committed by Antz
parent a626464ea7
commit fb6a5412d9

View file

@ -47,6 +47,7 @@ WorldSocketMgr::WorldSocketMgr()
acceptor_(NULL),reactor_(NULL), acceptor_(NULL),reactor_(NULL),
sockets_() sockets_()
{ {
InitializeOpcodes();
} }
WorldSocketMgr::~WorldSocketMgr() WorldSocketMgr::~WorldSocketMgr()