fix fen in castling exercise 9

pull/5854/head
Niklas Fiekas 2019-12-31 11:11:25 +01:00
parent 522fcffe20
commit 6b16c77946
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ module.exports = {
detectCapture: false
}, {
goal: 'findAWayToCastleQueenSide',
fen: '1r1k2nr/p2ppppp/7b/7b/4P3/2nP4/P1P2P2/RN2K3 w KQk -',
fen: '1r1k2nr/p2ppppp/7b/7b/4P3/2nP4/P1P2P2/RN2K3 w Q -',
nbMoves: 4,
shapes: [arrow('e1c1')],
success: castledQueenSide,