Some flexibility changes

This commit is contained in:
Henrique Santiago
2012-08-27 04:47:08 -03:00
parent e5df872600
commit 5a367cfe27
4 changed files with 31 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ function ProtocolLogin:onRecv(msg)
elseif opcode == LoginServerMotd then
self:parseMotd(msg)
elseif opcode == LoginServerUpdateNeeded then
signalcall(self.onError, self, tr("Client needs update."))
signalcall(self.onError, self, tr("Client needs update. Verify your spr/dat/pic versions."))
elseif opcode == LoginServerCharacterList then
self:parseCharacterList(msg)
else