Can now login to official tibia servers.
This commit is contained in:
		
							parent
							
								
									c706dc12fe
								
							
						
					
					
						commit
						4eb7668922
					
				| 
						 | 
					@ -59,10 +59,6 @@ void ProtocolGame::sendLoginPacket(uint challengeTimestamp, uint8 challengeRando
 | 
				
			||||||
    // This may only be required by the flash client
 | 
					    // This may only be required by the flash client
 | 
				
			||||||
    if(g_game.getClientVersion() >= 980) {
 | 
					    if(g_game.getClientVersion() >= 980) {
 | 
				
			||||||
        msg->addU32(g_game.getClientVersion());
 | 
					        msg->addU32(g_game.getClientVersion());
 | 
				
			||||||
        msg->addU8(0); // client type
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    if(g_game.getClientVersion() >= 1050) {
 | 
					 | 
				
			||||||
        msg->addU8(0); // preview state
 | 
					        msg->addU8(0); // preview state
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue