Skip to content

Commit

Permalink
Merge pull request #6 from antham/patch-1
Browse files Browse the repository at this point in the history
Fix a typo : vitcim -> victim
  • Loading branch information
deanmchris authored Nov 10, 2021
2 parents 55a06fa + 1a1fdd0 commit 5348be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var MvvLva [7][6]uint16 = [7][6]uint16{
{15, 14, 13, 12, 11, 10}, // victim Pawn
{25, 24, 23, 22, 21, 20}, // victim Knight
{35, 34, 33, 32, 31, 30}, // victim Bishop
{45, 44, 43, 42, 41, 40}, // vitcim Rook
{45, 44, 43, 42, 41, 40}, // victim Rook
{55, 54, 53, 52, 51, 50}, // victim Queen

{0, 0, 0, 0, 0, 0}, // victim King
Expand Down

0 comments on commit 5348be1

Please sign in to comment.