mirror of
https://github.com/edubart/otclient.git
synced 2025-11-03 12:16:23 +01:00
Make otclient login into cipsoft servers again
This commit is contained in:
@@ -27,7 +27,7 @@ end
|
||||
function ProtocolLogin:sendLoginPacket()
|
||||
local msg = OutputMessage.create()
|
||||
msg:addU8(ClientOpcodes.ClientEnterAccount)
|
||||
msg:addU16(g_game.getOsType())
|
||||
msg:addU16(g_game.getOs())
|
||||
msg:addU16(g_game.getProtocolVersion())
|
||||
|
||||
if g_game.getProtocolVersion() >= 971 then
|
||||
|
||||
Reference in New Issue
Block a user