Skip to content

Commit 0127458

Browse files
committed
OSPS52 replaces OSPS51
1 parent f12fdc0 commit 0127458

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dbmaker/utils.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,11 @@ func LexiconMappings(dataPath string) LexiconMap {
209209
LetterDistribution: polishLD,
210210
},
211211
{
212-
LexiconName: "OSPS51",
213-
LexiconFilename: filepath.Join(lexiconPath, "OSPS51.txt"),
214-
KWG: loadKWG(dataPath, "OSPS51"),
215-
LexiconIndex: 28,
216-
DescriptiveName: "Polska Federacja Scrabble - Update 51",
212+
LexiconName: "OSPS52",
213+
LexiconFilename: filepath.Join(lexiconPath, "OSPS52.txt"),
214+
KWG: loadKWG(dataPath, "OSPS52"),
215+
LexiconIndex: 29,
216+
DescriptiveName: "Polska Federacja Scrabble - Update 52",
217217
LetterDistribution: polishLD,
218218
},
219219
}

0 commit comments

Comments
 (0)