rategame-shared 1.1.206 → 1.1.207
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/helpers/index.js +8 -8
- package/package.json +1 -1
package/dist/helpers/index.js
CHANGED
|
@@ -438,10 +438,10 @@ exports.achievementsMap = {
|
|
|
438
438
|
type: "league",
|
|
439
439
|
league: "mls",
|
|
440
440
|
},
|
|
441
|
-
|
|
442
|
-
id: "
|
|
443
|
-
name: "
|
|
444
|
-
description: "Rate
|
|
441
|
+
lobos_legacy: {
|
|
442
|
+
id: "lobos_legacy",
|
|
443
|
+
name: "Lobo's Legacy",
|
|
444
|
+
description: "Rate 50 WNBA games.",
|
|
445
445
|
type: "league",
|
|
446
446
|
league: "wnba",
|
|
447
447
|
},
|
|
@@ -452,10 +452,10 @@ exports.achievementsMap = {
|
|
|
452
452
|
type: "league",
|
|
453
453
|
league: "wnba",
|
|
454
454
|
},
|
|
455
|
-
|
|
456
|
-
id: "
|
|
457
|
-
name: "
|
|
458
|
-
description: "Rate
|
|
455
|
+
queenb: {
|
|
456
|
+
id: "queenb",
|
|
457
|
+
name: "Queen B",
|
|
458
|
+
description: "Rate an entire season of WNBA.",
|
|
459
459
|
type: "league",
|
|
460
460
|
league: "wnba",
|
|
461
461
|
},
|