gw2e-account-statistics 3.4.1 → 3.4.2

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.
@@ -448,7 +448,6 @@ function unstableFractalEssenceFromItems(items) {
448
448
  94017: 1680 }, idListToWeightMap(_cosmeticAuras2.default.abyssalInfusion, 1680), { // Abyssal Infusion
449
449
  81790: 450 }, idListToWeightMap(_cosmeticAuras2.default.celestialInfusionRed, 450), { // Celestial Infusion (Red)
450
450
  81632: 450, // Endless Chaos Combat Tonic
451
- 94021: 1680, // Endless Inner Demon Combat Tonic
452
451
  94055: 1680, // Endless Inner Demon Combat Tonic
453
452
  81743: 5 // Unstable Cosmic Essence
454
453
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gw2e-account-statistics",
3
- "version": "3.4.1",
3
+ "version": "3.4.2",
4
4
  "description": "Calculate statistics of guildwars2 accounts",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -899,7 +899,7 @@ describe('statistics > items', () => {
899
899
  {id: 81790, count: 1}, // Celestial Infusion Chest
900
900
  {id: 82070, count: 1}, // Celestial Infusion (Red)
901
901
  {id: 81632, count: 1}, // Endless Chaos Combat Tonic
902
- {id: 94021, count: 1}, // Endless Inner Demon Combat Tonic
902
+ {id: 94055, count: 1}, // Endless Inner Demon Combat Tonic
903
903
 
904
904
  {id: 81761, count: 9999999} // Celestial Infusion (Blue) -- (!) Does not count
905
905
  ]))._unstableFractalEssenceFromItems).to.equal(7410)