Skip to content

Commit

Permalink
Prep Eben 3rd Mod
Browse files Browse the repository at this point in the history
  • Loading branch information
PuppiizSunniiz committed Oct 2, 2023
1 parent c49e9eb commit de3391f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/chara-detail.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit de3391f

Please sign in to comment.