Tested and fixed #155

* Also fixed a typo in the game_tibiafiles module.
This commit is contained in:
BeniS
2012-12-31 00:32:09 +13:00
parent fcdf2286b6
commit 8cdab5c814
3 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ function load()
addEvent(function() messageBox:raise() messageBox:focus() end)
disconnect(g_game, { onProtocolVersionChange = load })
g_game.setprotocolVersion(0)
g_game.setProtocolVersion(0)
connect(g_game, { onProtocolVersionChange = load })
end
end