Support for protocol 963

This commit is contained in:
Eduardo Bart
2012-08-29 12:09:05 -03:00
parent fe6f6c2d20
commit 97e1c9d5a9
7 changed files with 42 additions and 16 deletions

View File

@@ -48,8 +48,9 @@ end
function g_game.getSupportedProtocols()
return {
810, 853, 854, 860, 861, 862, 870,
910, 940, 944, 953, 954, 960, 961
810, 853, 854, 860, 861, 862, 870,
910, 940, 944, 953, 954, 960, 961,
963
}
end