Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -51,8 +51,8 @@ | ... | @@ -51,8 +51,8 @@ |
| 51 | <br></br> | 51 | <br></br> |
| 52 | <div class="center"> | 52 | <div class="center"> |
| 53 | <strong> | 53 | <strong> |
| 54 | - <%= "트롤력" %> | 54 | + <%= "캐리력" %> |
| 55 | - <%= "point: " + (1000000/c_point[c_id.length-1]).toFixed(2) %> | 55 | + <%= "point: " + (c_wins/c_losses*2).toFixed(2) %> |
| 56 | </strong> | 56 | </strong> |
| 57 | </div> | 57 | </div> |
| 58 | <% for (var i=0; i<c_id.length-1; i++){ %> | 58 | <% for (var i=0; i<c_id.length-1; i++){ %> | ... | ... |
-
Please register or login to post a comment