From 3084e6bb5442a711e3c3b10a54b2d47199a737de Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 5 Feb 2023 16:35:03 -0800 Subject: [PATCH] Add job skill bug to fix list --- components/UpdatesPage/index.tsx | 2 +- public/locales/en/updates.json | 3 ++- public/locales/ja/updates.json | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/components/UpdatesPage/index.tsx b/components/UpdatesPage/index.tsx index a7550ddb..ee8d6f7d 100644 --- a/components/UpdatesPage/index.tsx +++ b/components/UpdatesPage/index.tsx @@ -16,7 +16,7 @@ const UpdatesPage = () => { '1.0.1': 4, '1.1.0': { updates: 10, - bugs: 3, + bugs: 4, images: [ 'remix', 'unauth', diff --git a/public/locales/en/updates.json b/public/locales/en/updates.json index f8d906a2..aca0c47d 100644 --- a/public/locales/en/updates.json +++ b/public/locales/en/updates.json @@ -63,7 +63,8 @@ "bugs": [ "Fixed a bug that caused users to be logged out whenever they restarted their browser", "Fixed a bug that caused Dark Opus weapons to permanently disappear when adding them to a party that already had one", - "Rebuilt the component for Clear Time in party details to have a more predictable user experience" + "Rebuilt the component for Clear Time in party details to have a more predictable user experience", + "Fixed a bug that made it so you could not set Row IV EMP skills in Row V" ] }, "1.0.1": { diff --git a/public/locales/ja/updates.json b/public/locales/ja/updates.json index b994e481..8b1979a5 100644 --- a/public/locales/ja/updates.json +++ b/public/locales/ja/updates.json @@ -63,7 +63,8 @@ "bugs": [ "ブラウザを再起動するとログアウトしてしまう不具合を修正", "終末武器をすでに装備している編成に追加すると、永久に消えてしまう不具合を修正", - "討伐時間のボックスを使いやすいようにのコンポネントを作り直しました" + "討伐時間のボックスを使いやすいようにのコンポネントを作り直しました", + "クラス4のリミットボーナススキルをクラス5に装備できない不具合を修正" ] }, "1.0.1": {