Skip to content

Commit

Permalink
Fix enum value of assigned to second argument of CharacterAddToCharac…
Browse files Browse the repository at this point in the history
…terCreation
  • Loading branch information
sebastian-lenz committed Aug 19, 2019
1 parent 41e772f commit 10cd329
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion resources/data/enumerations.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"parameters": [
{ "name": "IsInArena", "index": 1 },
{ "name": "SetInArena", "index": 1 },
{ "name": "CharacterAddToCharacterCreation", "index": 1 },
{ "name": "CharacterAddToCharacterCreation", "index": 2 },
{ "name": "IsCharacterCreationLevel", "index": 1 },
{ "name": "IsHardcoreMode", "index": 0 },
Expand Down Expand Up @@ -639,6 +638,18 @@
{ "name": "AttackedByObject", "index": 3 }
]
},
{
"name": "characterRespec",
"type": "string",
"description": "The allowed type of character creation.",
"fixed": true,
"values": [
{ "value": 0, "label": "Initial character creation" },
{ "value": 1, "label": "Complete respec (unused in DOS2)" },
{ "value": 2, "label": "Partial respec (as used by the magic mirror)" }
],
"parameters": [{ "name": "CharacterAddToCharacterCreation", "index": 1 }]
},
{
"name": "damageSource",
"type": "string",
Expand Down

0 comments on commit 10cd329

Please sign in to comment.