Skip to content

Commit

Permalink
Fix Ice Inferno bonus rate.
Browse files Browse the repository at this point in the history
  • Loading branch information
jchv committed Jul 3, 2023
1 parent ec17f7e commit 346d757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gameconfig/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{"CourseID": 15, "CourseName": "Lost Seaway", "BonusRate": 20},
{"CourseID": 16, "CourseName": "Eastern Valley", "BonusRate": 20},
{"CourseID": 17, "CourseName": "Chronicle 1. Chaos", "BonusRate": 20},
{"CourseID": 18, "CourseName": "Ice Inferno", "BonusRate": 20},
{"CourseID": 18, "CourseName": "Ice Inferno", "BonusRate": 70},
{"CourseID": 19, "CourseName": "Wiz City", "BonusRate": 20},
{"CourseID": 20, "CourseName": "Abbot Mine", "BonusRate": 20},
{"CourseID": 64, "CourseName": "Grand Zodiac", "BonusRate": 20}
Expand Down

0 comments on commit 346d757

Please sign in to comment.