[wpdev-commits] xmlscripts/definitions/regions/ilshenar/misc unknown.xml,1.1,1.2
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-07-10 11:46:26
|
Update of /cvsroot/wpdev/xmlscripts/definitions/regions/ilshenar/misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6706/regions/ilshenar/misc Modified Files: unknown.xml Log Message: Turns out this is why regions didn't work right... id="region name" became name="region name" Index: unknown.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/regions/ilshenar/misc/unknown.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** unknown.xml 8 Jul 2004 20:06:29 -0000 1.1 --- unknown.xml 10 Jul 2004 11:46:17 -0000 1.2 *************** *** 3,7 **** <!-- Termir Flam --> ! <region id="Ilshenar Termir Flam"> <rectangle x1="1520" y1="368" x2="1752" y2="496" map="2" /> <rectangle x1="1520" y1="296" x2="1576" y2="368" map="2" /> --- 3,7 ---- <!-- Termir Flam --> ! <region name="Ilshenar Termir Flam"> <rectangle x1="1520" y1="368" x2="1752" y2="496" map="2" /> <rectangle x1="1520" y1="296" x2="1576" y2="368" map="2" /> *************** *** 10,14 **** <!-- Twin Oaks --> ! <region id="Ilshenar Twin Oaks"> <rectangle x1="1536" y1="1032" x2="1584" y2="1072" map="2" /> </region> --- 10,14 ---- <!-- Twin Oaks --> ! <region name="Ilshenar Twin Oaks"> <rectangle x1="1536" y1="1032" x2="1584" y2="1072" map="2" /> </region> |