}
case BNCSCommandIDs.SID_AUTH_INFO:
case BNCSCommandIDs.SID_STARTVERSIONING: {
if(pr.packetId == BNCSCommandIDs.SID_AUTH_INFO) {
nlsRevision = is.readDWord();
serverToken = is.readDWord();
is.skip(4); //int udpValue = is.readDWord();
}
long MPQFileTime = is.readQWord();
String MPQFileName = is.readNTString();