Skip to content

Commit

Permalink
Merge branch 'bugfix-1.18.4' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
showa-yojyo committed Aug 18, 2022
2 parents d9c66f3 + 383cd3a commit 172b60c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jp/book/dq5_character_traits.xml
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ else{

p1 = D[n] * a[index];
p2 = D[n] * b[index];
p3 = F * a[idex];
p4 = F * b[idex];
p3 = F * a[index];
p4 = F * b[index];
sum = p2 + p3 + p4;
D = p1 + (sum >> 5);

Expand Down

0 comments on commit 172b60c

Please sign in to comment.