diff --git a/update_xml.sh b/update_xml.sh index da2d465d..939949d1 100755 --- a/update_xml.sh +++ b/update_xml.sh @@ -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 \ No newline at end of file +done