forked from metin-server/m2dev-client-src
removed matrix
This commit is contained in:
@@ -300,8 +300,6 @@ class CPythonNetworkStream : public CNetworkStream, public CSingleton<CPythonNet
|
||||
// Login Phase
|
||||
bool SendLoginPacket(const char * c_szName, const char * c_szPassword);
|
||||
bool SendLoginPacketNew(const char * c_szName, const char * c_szPassword);
|
||||
bool SendChinaMatrixCardPacket(const char * c_szMatrixCardString);
|
||||
bool SendRunupMatrixAnswerPacket(const char * c_szMatrixCardString);
|
||||
bool SendDirectEnterPacket(const char * c_szName, const char * c_szPassword, UINT uChrSlot);
|
||||
|
||||
bool SendEnterGame();
|
||||
@@ -403,8 +401,6 @@ class CPythonNetworkStream : public CNetworkStream, public CSingleton<CPythonNet
|
||||
bool __RecvLoginSuccessPacket4();
|
||||
bool __RecvLoginFailurePacket();
|
||||
bool __RecvEmpirePacket();
|
||||
bool __RecvChinaMatrixCardPacket();
|
||||
bool __RecvRunupMatrixQuizPacket();
|
||||
bool __RecvLoginKeyPacket();
|
||||
|
||||
// Select Phase
|
||||
|
||||
Reference in New Issue
Block a user