warframe-worldstate-parser 2.25.0 → 2.25.1
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/lib/Fissure.js +0 -4
- package/lib/Mission.js +1 -1
- package/package.json +1 -1
- package/types/lib/Mission.d.ts +5 -0
package/lib/Fissure.js
CHANGED
package/lib/Mission.js
CHANGED
|
@@ -68,7 +68,7 @@ module.exports = class Mission {
|
|
|
68
68
|
* The factions that the players must fight in the mission
|
|
69
69
|
* @type {string}
|
|
70
70
|
*/
|
|
71
|
-
this.
|
|
71
|
+
this.factionKey = translator.faction(data.faction, 'en');
|
|
72
72
|
|
|
73
73
|
/**
|
|
74
74
|
* The mission's reward
|
package/package.json
CHANGED
package/types/lib/Mission.d.ts
CHANGED