fix asexual orientation id

This commit is contained in:
Mr. Stallion 2022-12-07 14:17:18 -08:00
parent 9b973d65a7
commit ae1303b0c7
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ export enum Orientation {
Straight = 4,
Gay = 5,
Bisexual = 6,
Asexual = 7,
Asexual = 58,
Unsure = 59,
BiMalePreference = 89,
BiFemalePreference = 90,