Commit addbb292 authored by Chunchi Che's avatar Chunchi Che

Merge branch 'fix/announce_race' into 'main'

修复宣言宗族展示错误的问题

See merge request mycard/Neos!305
parents 6e793797 e8d2a5f8
Pipeline #23421 passed with stages
in 14 minutes and 2 seconds
...@@ -17,7 +17,7 @@ export default async (announce: MsgAnnounce) => { ...@@ -17,7 +17,7 @@ export default async (announce: MsgAnnounce) => {
await displayOptionModal( await displayOptionModal(
fetchStrings(Region.System, 563), fetchStrings(Region.System, 563),
announce.options.map((option) => ({ announce.options.map((option) => ({
info: fetchStrings(Region.System, 1200 + option.code), info: fetchStrings(Region.System, 1020 + option.code),
response: option.response, response: option.response,
})), })),
min, 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