diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-27 21:00:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-27 21:00:29 -0300 |
commit | 2e68ae3982793a9f355e38e12ceef86ed9fc4f5b (patch) | |
tree | fcecff37e30f369ff226af61191b3c83e1eea50f /.tools | |
parent | 8c5a7ab1e00e58b5cab6d4495bab61be03a50cb2 (diff) | |
download | serverdata-2e68ae3982793a9f355e38e12ceef86ed9fc4f5b.tar.gz serverdata-2e68ae3982793a9f355e38e12ceef86ed9fc4f5b.tar.bz2 serverdata-2e68ae3982793a9f355e38e12ceef86ed9fc4f5b.tar.xz serverdata-2e68ae3982793a9f355e38e12ceef86ed9fc4f5b.zip |
Trying again
Diffstat (limited to '.tools')
-rwxr-xr-x | .tools/scripts/init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tools/scripts/init.sh b/.tools/scripts/init.sh index 15cede3f2..4ba848e2b 100755 --- a/.tools/scripts/init.sh +++ b/.tools/scripts/init.sh @@ -172,7 +172,7 @@ function do_init { rm -rf server-code gitclone https://gitlab.com/evol hercules.git server-code check_error $? - cd server-code/src ; git checkout s20180713 + cd server-code/src ; git checkout s20180726 check_error $? gitclone https://gitlab.com/TMW2 evol-hercules.git evol ; cd evol ; git checkout tmw2 ; cd .. check_error $? |