From ae1303b0c77ab98fb320841b05085268ab4e5d54 Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Wed, 7 Dec 2022 14:17:18 -0800 Subject: [PATCH] fix asexual orientation id --- learn/matcher-types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learn/matcher-types.ts b/learn/matcher-types.ts index e68b6fc..6d33519 100644 --- a/learn/matcher-types.ts +++ b/learn/matcher-types.ts @@ -68,7 +68,7 @@ export enum Orientation { Straight = 4, Gay = 5, Bisexual = 6, - Asexual = 7, + Asexual = 58, Unsure = 59, BiMalePreference = 89, BiFemalePreference = 90,