Skip to content

Commit

Permalink
写不动一点
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjackyuanjie committed Apr 23, 2024
1 parent c5b7920 commit 2360870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions branch/latest/md5.js
Original file line number Diff line number Diff line change
Expand Up @@ -17268,10 +17268,10 @@ T.Plr.prototype = {
for (var i = 0; i < 7; i++) {
attrs[i] -= 36; // 为当前项减去36
}
this.q = attrs
this_.q = attrs
}
if (diyskills) {
this.diy_skills(diyskills)
this_.diy_skills(diyskills)
} else this_.dm(C.Array.cL(this_.t, $.au()), C.Array.cL(this_.E, $.au())) // initSkills
} else {
this_.dm(C.Array.cL(this_.t, $.au()), C.Array.cL(this_.E, $.au())) // initSkills
Expand Down

0 comments on commit 2360870

Please sign in to comment.