From de3391f223d1026eab63a0580442f7ec8b501fa0 Mon Sep 17 00:00:00 2001 From: PuppiizSunniiz Date: Mon, 2 Oct 2023 12:05:43 +0700 Subject: [PATCH] Prep Eben 3rd Mod --- js/chara-detail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/chara-detail.js b/js/chara-detail.js index b2a3dc8ca..6afd4998e 100644 --- a/js/chara-detail.js +++ b/js/chara-detail.js @@ -2033,7 +2033,7 @@ if(db.uniequip.charEquip[opKey]){ var equiplist = db.uniequip.charEquip[opKey] - ModuletalentValue = [[0,0],[0,0]] + ModuletalentValue = Array.from({ length: db.uniequip.charEquip[opKey].length-1 }, () => [0, 0]) var num = 1 var tabhtml = "" var contenthtml = ""