Added 944 to protocol support, minor market fix.

* Items board is now update correctly on entering market.
This commit is contained in:
BeniS
2012-08-16 09:25:45 +12:00
parent c4c29be272
commit 4793908657
2 changed files with 4 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ end
function g_game.getSupportedProtocols()
return {
810, 853, 854, 860, 861, 862, 870, 940,
953, 954, 960, 961
944, 953, 954, 960, 961
}
end