Unknown LoginSOPcode: 0x201e size:32088 from ...
This was fixed in the base commit LoginServer/client.cpp
default: { char* name = (char*)app->GetOpcodeName(); if(name) cout << name; else cout << "Unknown"; cout << " Packet: OPCode: 0x" << hex << setw(2) << setfill('0') << app->GetOpcode() << dec << ", size: " << setw(5) << setfill(' ') << app->Size() << " from " << GetAccountName() << endl; if (app->Size() < 128) DumpPacket(app);
app->Size() < 128 .. check
Unknown LoginSOPcode: 0x201e size:32088 from ...
This was fixed in the base commit LoginServer/client.cpp
app->Size() < 128 .. check