From 4fb58d628a71eda467916ef96c4b759915ced4a2 Mon Sep 17 00:00:00 2001 From: Matthew Faltys Date: Wed, 11 Mar 2020 12:50:25 +0000 Subject: [PATCH] Update stock ini to match seasons --- deps/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deps/Dockerfile b/deps/Dockerfile index aff8600..2821cb6 100644 --- a/deps/Dockerfile +++ b/deps/Dockerfile @@ -113,5 +113,8 @@ COPY link_sotw.sh /bin/ ADD sotw.tar.gz / RUN mv /shadow-of-the-wyrm* /sotw/ COPY scores.dat /sotw/ +# update ini to match current season by default +RUN cd /sotw && \ + sed -i 's/current_month_is_start_month=0/current_month_is_start_month=1/g' swyrm.ini CMD ["/run.sh"]