mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 04:24:54 +02:00
Fixes to horizontal scrollarea, improve charlist flexibility
This commit is contained in:
@@ -123,7 +123,8 @@ end
|
||||
function ProtocolLogin:parseExtendedCharacterList(msg)
|
||||
local characters = msg:getTable()
|
||||
local account = msg:getTable()
|
||||
signalcall(self.onCharacterList, self, characters, account)
|
||||
local otui = msg:getString()
|
||||
signalcall(self.onCharacterList, self, characters, account, otui)
|
||||
end
|
||||
|
||||
function ProtocolLogin:parseOpcode(opcode, msg)
|
||||
|
Reference in New Issue
Block a user