summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2016-02-01 13:41:03 -0500
committermekolat <mekolat@users.noreply.github.com>2016-02-01 13:41:03 -0500
commitac88cc365e1f35764bab5ff9c27549fc3a02d654 (patch)
treea31187fb3c1675438dc948082cf9ef8c30020f86
parent5c0af2dba65a391a08e8a6cc1a94777a662a00d3 (diff)
downloadtools-ac88cc365e1f35764bab5ff9c27549fc3a02d654.tar.gz
tools-ac88cc365e1f35764bab5ff9c27549fc3a02d654.tar.bz2
tools-ac88cc365e1f35764bab5ff9c27549fc3a02d654.tar.xz
tools-ac88cc365e1f35764bab5ff9c27549fc3a02d654.zip
add `race` to charcreation template
-rw-r--r--client/tmw.xsd6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/tmw.xsd b/client/tmw.xsd
index a8a013f..a16908f 100644
--- a/client/tmw.xsd
+++ b/client/tmw.xsd
@@ -1288,6 +1288,12 @@
<xs:attribute name="sum" type="xs:int" use="required"/>
</xs:complexType>
</xs:element>
+ <xs:element name="race">
+ <xs:complexType>
+ <xs:attribute name="min" type="xs:int" use="required"/>
+ <xs:attribute name="max" type="xs:int" use="required"/>
+ </xs:complexType>
+ </xs:element>
<xs:element name="item">
<xs:complexType>
<xs:attribute name="id" type="xs:int" use="required"/>