diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-01-04 16:47:01 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-01-04 16:47:01 +0100 |
| commit | 458e6945e095797b8e5dcb41478669fe108f373f (patch) | |
| tree | 8c259a3c28d5fcfa465309259cc91e3ad1079f54 | |
| parent | 56364962d7f5eb31a2227d807babfc0dfefc2764 (diff) | |
| download | cruncher-develop.tar.gz cruncher-develop.zip | |
hotfix for builds only considering casual/rankeddevelop
| -rw-r--r-- | crunch_global.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crunch_global.sql b/crunch_global.sql index 173b6d9..f2713dc 100644 --- a/crunch_global.sql +++ b/crunch_global.sql @@ -46,6 +46,7 @@ join skill_tier st on ((p.skill_tier between st.start and st.end and s.show_in_w join build b on (( -- only per patch global s.show_in_web = true and gm.name = 'all' and + p.game_mode_id in (select id from game_mode where name in ('casual', 'ranked')) and -- only casual / ranked reg.name = 'all' and ( |
