Added bugfixes to update notes
This commit is contained in:
parent
bf5a4fb3d8
commit
20275779c8
3 changed files with 7 additions and 3 deletions
|
|
@ -64,7 +64,7 @@ const UpdatesPage = () => {
|
||||||
character: ['3040451000', '3040452000', '3040453000', '3040454000'],
|
character: ['3040451000', '3040452000', '3040453000', '3040454000'],
|
||||||
weapon: ['1040914600', '1040116800', '1040515900', '1040712300'],
|
weapon: ['1040914600', '1040116800', '1040515900', '1040712300'],
|
||||||
}}
|
}}
|
||||||
numNotes={5}
|
numNotes={7}
|
||||||
/>
|
/>
|
||||||
<ContentUpdate
|
<ContentUpdate
|
||||||
version="2023-02L"
|
version="2023-02L"
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,9 @@
|
||||||
"Added Ultimate Mastery skills for classes: Berserker, Apsaras, Nekomancer, Kengo",
|
"Added Ultimate Mastery skills for classes: Berserker, Apsaras, Nekomancer, Kengo",
|
||||||
"Added raids for Dread Barrage",
|
"Added raids for Dread Barrage",
|
||||||
"Renamed \"Guild Wars\" in raid list to \"Unite and Fight\"",
|
"Renamed \"Guild Wars\" in raid list to \"Unite and Fight\"",
|
||||||
"Fixed sorting of raids for Dread Barrage and Unite and Fight"
|
"Fixed sorting of raids for Dread Barrage and Unite and Fight",
|
||||||
|
"Fixed character hovercard showing up behind class image",
|
||||||
|
"Fixed an issue where users couldn't edit remixed teams"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"2023-02-U2": {
|
"2023-02-U2": {
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,9 @@
|
||||||
"「ベルセルク」「アプサラス」「黒猫道士」「剣豪」の極致の証スキルを追加",
|
"「ベルセルク」「アプサラス」「黒猫道士」「剣豪」の極致の証スキルを追加",
|
||||||
"ドレッドバラージュのマルチバトルをリストに追加",
|
"ドレッドバラージュのマルチバトルをリストに追加",
|
||||||
"英語のリストに\"Guild Wars\"のラベルを\"Unite and Fight\"に変更",
|
"英語のリストに\"Guild Wars\"のラベルを\"Unite and Fight\"に変更",
|
||||||
"「ドレッドバラージュ」と「星の古戦場」のマルチバトルを並び替えました"
|
"「ドレッドバラージュ」と「星の古戦場」のマルチバトルを並び替えました",
|
||||||
|
"キャラクタータブにキャラクター用のハバーカードがジョブ画像の下に表示する不具合を修正",
|
||||||
|
"リミックスされた編成を編集できない不具合を修正"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"2023-02-U2": {
|
"2023-02-U2": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue