scroll.server/crates/storage/build.rs
WiseDev f218a45ed2 fix chest shop prices and gate the free chest
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.
2026-08-23 09:02:49 +03:00

3 lines
65 B
Rust

fn main() {
println!("cargo:rerun-if-changed=migrations");
}