McCooey Chess 2 bugfixes of pawn promotions at d9,g8->g10

These bugs were in glinski chess too.
This commit is contained in:
ecobabush 2017-08-27 17:52:02 +03:00 committed by GitHub
parent 8727c790f3
commit 21715f24db

View file

@ -30,7 +30,7 @@
],posNames);
var promo = {
"1": { 7:1, 19:1, 30:1, 53:1, 65:1, 73:1, 86:1, 96:1, 107:1, 117:1 },
"1": { 7:1, 19:1, 30:1, 42:1, 53:1, 65:1, 75:1, 86:1, 96:1, 107:1, 117:1 },
"-1": { 2:1, 13:1, 23:1, 34:1, 44:1, 55:1, 66:1, 78:1, 89:1, 101:1, 112:1 },
}