1
0
mirror of synced 2025-02-23 21:43:21 +01:00

change 21st ocm ramp

This commit is contained in:
Shiroi Kitsu 2023-01-24 09:48:11 +07:00
parent 46e9ba9e5a
commit 375b2d0922

View File

@ -96,10 +96,16 @@ export async function OCMArea(competition_id: number)
areaVal = 18;
// GID_RAMP_HIROSHIMA_SHINONOME
rampVal = 37;
//rampVal = 37;
// GID_RAMP_HIROSHIMA_UJINA
rampVal = 38;
// GID_PATH_HS_SHINONOME
pathVal = 56;
//pathVal = 56;
// GID_PATH_HS_UJINA
pathVal = 57;
}
// 8th - Hakone
else if(competition_id === 9)