From 8c19aec340c4d3a7f7daf5d7bb4f82b115323ed4 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Sun, 29 Jun 2025 19:32:49 +0200 Subject: [PATCH] fix(webui): "all focus schools maxed out" doesn't have squad regen maxed --- static/webui/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/webui/script.js b/static/webui/script.js index 10209dad..9948247c 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -2666,7 +2666,7 @@ const importSamples = { }, { ItemType: "/Lotus/Upgrades/Focus/Defense/Active/CloakHealOthersFocusUpgrade", - Level: 2 + Level: 3 } ] }