@zebbedaja/er-save-parser 0.0.5 → 0.0.6

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/dist/index.mjs +6 -6
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -754,12 +754,6 @@ const eventFlags = [
754
754
  category: "boss",
755
755
  location: "Church of Vows"
756
756
  },
757
- {
758
- id: 1037510800,
759
- name: "Ancient Dragon Lansseax",
760
- category: "boss",
761
- location: "Altus Plateau"
762
- },
763
757
  {
764
758
  id: 1037530800,
765
759
  name: "Demi-Human Queen Maggie",
@@ -850,6 +844,12 @@ const eventFlags = [
850
844
  category: "boss",
851
845
  location: "Altus Plateau"
852
846
  },
847
+ {
848
+ id: 1041520800,
849
+ name: "Ancient Dragon Lansseax",
850
+ category: "boss",
851
+ location: "Altus Plateau"
852
+ },
853
853
  {
854
854
  id: 1041530800,
855
855
  name: "Wormface",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zebbedaja/er-save-parser",
3
3
  "type": "module",
4
- "version": "0.0.5",
4
+ "version": "0.0.6",
5
5
  "description": "A parser for Elden Ring save files written in TypesScript.",
6
6
  "author": "zebbedaja",
7
7
  "license": "MIT",