Commit e8d2a5f8 authored by Chunchi Che's avatar Chunchi Che

fix announce race

parent 6e793797
Pipeline #23418 passed with stages
in 22 minutes and 28 seconds
......@@ -17,7 +17,7 @@ export default async (announce: MsgAnnounce) => {
await displayOptionModal(
fetchStrings(Region.System, 563),
announce.options.map((option) => ({
info: fetchStrings(Region.System, 1200 + option.code),
info: fetchStrings(Region.System, 1020 + option.code),
response: option.response,
})),
min,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment