rategame-shared 1.1.435 → 1.1.436
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 +1 -1
- package/package.json +1 -1
package/dist/helpers/index.js
CHANGED
|
@@ -592,7 +592,7 @@ exports.achievementsMap = {
|
|
|
592
592
|
name: "Host With the Most",
|
|
593
593
|
description: "Rate the World Cup host stadiums.",
|
|
594
594
|
tiers: {
|
|
595
|
-
bronze: { threshold:
|
|
595
|
+
bronze: { threshold: 8 },
|
|
596
596
|
silver: { threshold: 12 },
|
|
597
597
|
gold: { threshold: 16 },
|
|
598
598
|
},
|