diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-10 13:36:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-10 13:36:35 +0300 |
commit | 96ad2e05702018fd7b2d9f509fc0ba88bc50f242 (patch) | |
tree | 03bae2f426d0f922c5671cc15e7ce34171a77891 /testxml | |
parent | fc6ac84477383cde62c14b62c8cfa8793dbfccc5 (diff) | |
download | evol-tools-96ad2e05702018fd7b2d9f509fc0ba88bc50f242.tar.gz evol-tools-96ad2e05702018fd7b2d9f509fc0ba88bc50f242.tar.bz2 evol-tools-96ad2e05702018fd7b2d9f509fc0ba88bc50f242.tar.xz evol-tools-96ad2e05702018fd7b2d9f509fc0ba88bc50f242.zip |
testxml: add support for new pet db attribute.
Also disable legacy pet related attribute.
Diffstat (limited to 'testxml')
-rw-r--r-- | testxml/xsd/tmw.xsd | 3 |
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> |