summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormekolat <mekolat@gmail.com>2014-10-21 13:53:32 -0400
committermekolat <mekolat@gmail.com>2014-10-21 14:05:18 -0400
commitec2d1db2364136f64c22c9cc64fd355a25ebd9ba (patch)
tree572478eb956c641fb69d40fe2b7762dda3d77f80
parent6b91c6d0b3e31a8c0560193ae2df0f1894b59c1f (diff)
downloadtools-ec2d1db2364136f64c22c9cc64fd355a25ebd9ba.tar.gz
tools-ec2d1db2364136f64c22c9cc64fd355a25ebd9ba.tar.bz2
tools-ec2d1db2364136f64c22c9cc64fd355a25ebd9ba.tar.xz
tools-ec2d1db2364136f64c22c9cc64fd355a25ebd9ba.zip
add DeadDB
-rw-r--r--client/tmw.xsd10
1 files changed, 8 insertions, 2 deletions
diff --git a/client/tmw.xsd b/client/tmw.xsd
index 7019770..a4dec5f 100644
--- a/client/tmw.xsd
+++ b/client/tmw.xsd
@@ -1041,8 +1041,8 @@
deadMessagesPatchFile: deadmessages_patch.xml
deadMessagesPatchDir: deadmessages.d/*.xml
-->
- <xs:element name="dead-messages" type="root_dead-messages"/>
- <xs:complexType name="root_dead-messages">
+ <xs:element name="messages" type="root_messages"/>
+ <xs:complexType name="root_messages">
<xs:sequence>
<xs:element ref="its:rules" minOccurs="0"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
@@ -1336,6 +1336,12 @@
<xs:attribute name="variants" type="xs:int" use="optional"/>
<xs:attribute name="variant_offset" type="xs:int" use="optional"/>
</xs:complexType>
+ <!--
+ WeaponsDB::load
+ weaponsFile: weapons.xml
+ weaponsPatchFile: weapons_patch.xml
+ weaponsPatchDir: weapons.d/*.xml
+ -->
<xs:element name="weapons" type="root_weapons"/>
<xs:complexType name="root_weapons">
<xs:choice maxOccurs="unbounded">