enefel 1.0.192 → 1.0.193

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.
Files changed (2) hide show
  1. package/career.js +2 -2
  2. package/package.json +1 -1
package/career.js CHANGED
@@ -562,8 +562,8 @@ const CAREER = {
562
562
  ST: 5,
563
563
  AG: 1,
564
564
  AV: 9,
565
- normal: "A",
566
- double: "GPS",
565
+ normal: "S",
566
+ double: "AGP",
567
567
  normalCoach: "G",
568
568
  icons: ["gobelin-troll1"],
569
569
  skills: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "enefel",
3
- "version": "1.0.192",
3
+ "version": "1.0.193",
4
4
  "main": "index.js",
5
5
  "author": "Manest",
6
6
  "license": "MIT",