Update of /cvsroot/wpdev/xmlscripts/definitions/teleports
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6706/teleports
Modified Files:
felucca.xml ilshenar.xml malas.xml trammel.xml
Log Message:
Turns out this is why regions didn't work right...
id="region name" became name="region name"
Index: malas.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/teleports/malas.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** malas.xml 30 May 2004 03:01:44 -0000 1.2
--- malas.xml 10 Jul 2004 11:46:18 -0000 1.3
***************
*** 12,16 ****
<definitions>
! <region id="malas_teleports">
<!-- The World -->
<rectangle x1="1" y1="1" x2="2560" y2="2048" map="3" />
--- 12,16 ----
<definitions>
! <region name="malas_teleports">
<!-- The World -->
<rectangle x1="1" y1="1" x2="2560" y2="2048" map="3" />
Index: ilshenar.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/teleports/ilshenar.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ilshenar.xml 30 May 2004 03:01:44 -0000 1.2
--- ilshenar.xml 10 Jul 2004 11:46:18 -0000 1.3
***************
*** 12,16 ****
<definitions>
! <region id="ilshenar_teleports">
<!-- The World -->
<rectangle x1="1" y1="1" x2="2304" y2="1600" map="2" />
--- 12,16 ----
<definitions>
! <region name="ilshenar_teleports">
<!-- The World -->
<rectangle x1="1" y1="1" x2="2304" y2="1600" map="2" />
Index: trammel.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/teleports/trammel.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** trammel.xml 30 May 2004 03:01:44 -0000 1.2
--- trammel.xml 10 Jul 2004 11:46:18 -0000 1.3
***************
*** 12,16 ****
<definitions>
! <region id="trammel_teleports">
<!-- The World -->
<rectangle x1="1" y1="1" x2="6144" y2="4096" map="1" />
--- 12,16 ----
<definitions>
! <region name="trammel_teleports">
<!-- The World -->
<rectangle x1="1" y1="1" x2="6144" y2="4096" map="1" />
Index: felucca.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/teleports/felucca.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** felucca.xml 30 May 2004 03:01:44 -0000 1.2
--- felucca.xml 10 Jul 2004 11:46:18 -0000 1.3
***************
*** 12,16 ****
<definitions>
! <region id="felucca_teleports">
<!-- The World -->
<rectangle x1="1" y1="1" x2="6144" y2="4096" map="0" />
--- 12,16 ----
<definitions>
! <region name="felucca_teleports">
<!-- The World -->
<rectangle x1="1" y1="1" x2="6144" y2="4096" map="0" />
|