rounding is banded and the 5s band biases +3, so 22 goes to 25 not 20. numbers match the csv for arena 1 and 2. free chest end timestamp needs migration 0002.
3 lines
65 B
Rust
3 lines
65 B
Rust
fn main() {
|
|
println!("cargo:rerun-if-changed=migrations");
|
|
}
|