Skip to content

Commit

Permalink
Update update_xml.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky authored Apr 11, 2018
1 parent 7180ab6 commit 32d7d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update_xml.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
for fn in fusion_recipes_cj2 missions levels skills_set `seq -f cards_section_%g 1 15` ; do
for fn in fusion_recipes_cj2 missions levels skills_set `seq -f cards_section_%g 1 16` ; do
curl http://mobile$1.tyrantonline.com/assets/${fn}.xml -R -z data/${fn}.xml -o data/${fn}.xml
done
done

0 comments on commit 32d7d8d

Please sign in to comment.