diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-04-07 14:46:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-04-07 14:46:40 -0300 |
commit | 50feec1567fe57d1772a0ff582fbe2161b4287ef (patch) | |
tree | 1fcf8674cf9e80854c1f08ec36d4556c6d324828 | |
parent | 8d4c8abaff7add3dbb02926aea25feb39345a31a (diff) | |
download | clientdata-50feec1567fe57d1772a0ff582fbe2161b4287ef.tar.gz clientdata-50feec1567fe57d1772a0ff582fbe2161b4287ef.tar.bz2 clientdata-50feec1567fe57d1772a0ff582fbe2161b4287ef.tar.xz clientdata-50feec1567fe57d1772a0ff582fbe2161b4287ef.zip |
Fix pipeline bugs
-rw-r--r-- | maps.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -151,18 +151,18 @@ Copyright (C) 2018 TMW2 --> <map name="009-1.tmx"> <atlas name="halinarzo"/> </map> - <map name="011.tmx"> - <atlas name="cave2"/> - </map> <map name="010-1.tmx"> <atlas name="desert-canyon"/> </map> - <map name="010-1-1.tmx"> + <map name="010-1-1.tmx"> <atlas name="cave2"/> </map> - <map name="010-2.tmx"> + <map name="010-2.tmx"> <atlas name="desert-canyon"/> </map> + <map name="011-1.tmx"> + <atlas name="cave2"/> + </map> <map name="botcheck.tmx"> <atlas name="botcheck"/> </map> |