diff options
| -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 787725c..bf942c5 100644 --- a/crunch_global.sql +++ b/crunch_global.sql @@ -42,6 +42,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 + reg.name = 'all' and r.name = 'all' and ( |
