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.
2 lines
102 B
SQL
2 lines
102 B
SQL
alter table players
|
|
add column if not exists free_chest_end_timestamp integer not null default 0;
|