stadust / pointercrate

Rewrite of the https://pointercrate.com backend in Rust
MIT License
78 stars 50 forks source link

List demon #75 does not give progress points, although it is main list #49

Closed stadust closed 1 year ago

stadust commented 3 years ago

We should have > instead of >= here: https://github.com/stadust/pointercrate/blob/5e3a5c04a07a9ffb1ff67403b3204bc7a39951f5/migrations/2020-12-21-091225_no_ext_progress_point/up.sql#L35

hombiebearcat commented 2 years ago

has this been fixed or is it still open for a reason??????

stadust commented 2 years ago

It would seem this never got fixed

stadust commented 1 year ago

In the freshly generated pointercrate database I spun up earlier today, the code in question is CASE WHEN demons."position" > 75 THEN 100 ELSE demons.requirement::integer END AS requirement, so it seems this was fixed at some point