summaryrefslogtreecommitdiff
path: root/testxml/xsd/tmw.xsd
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-10 13:36:35 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-10 13:36:35 +0300
commit96ad2e05702018fd7b2d9f509fc0ba88bc50f242 (patch)
tree03bae2f426d0f922c5671cc15e7ce34171a77891 /testxml/xsd/tmw.xsd
parentfc6ac84477383cde62c14b62c8cfa8793dbfccc5 (diff)
downloadtools-96ad2e05702018fd7b2d9f509fc0ba88bc50f242.tar.gz
tools-96ad2e05702018fd7b2d9f509fc0ba88bc50f242.tar.bz2
tools-96ad2e05702018fd7b2d9f509fc0ba88bc50f242.tar.xz
tools-96ad2e05702018fd7b2d9f509fc0ba88bc50f242.zip
testxml: add support for new pet db attribute.
Also disable legacy pet related attribute.
Diffstat (limited to 'testxml/xsd/tmw.xsd')
-rw-r--r--testxml/xsd/tmw.xsd3
1 files changed, 3 insertions, 0 deletions
diff --git a/testxml/xsd/tmw.xsd b/testxml/xsd/tmw.xsd
index 5b8c07f..bcccebf 100644
--- a/testxml/xsd/tmw.xsd
+++ b/testxml/xsd/tmw.xsd
@@ -825,7 +825,9 @@
<xs:attribute name="waterattack-action" type="xs:string" use="optional"/>
<xs:attribute name="drawBefore" type="xs:string" use="optional"/>
<xs:attribute name="drawAfter" type="xs:string" use="optional"/>
+<!-- dont use legacy features
<xs:attribute name="pet" type="xs:int" default="0"/>
+-->
<xs:attribute name="maxFloorOffset" type="xs:int" default="0"/>
<xs:attribute name="useButton" type="xs:string" use="optional"/>
<xs:attribute name="useButton2" type="xs:string" use="optional"/>
@@ -1379,6 +1381,7 @@
<xs:attribute name="sitDirectionType" type="xs:int" default="1"/>
<xs:attribute name="deadDirectionType" type="xs:int" default="1"/>
<xs:attribute name="attackDirectionType" type="xs:int" default="4"/>
+ <xs:attribute name="removeMessage" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
</xs:choice>