diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-13 02:24:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-13 02:24:18 +0300 |
commit | a1e2c0e8d073658ccdf6bdef9e36e5ad2505f206 (patch) | |
tree | c92a8f371b0ab387a668239893a62ebb1977143c /testxml | |
parent | 96ad2e05702018fd7b2d9f509fc0ba88bc50f242 (diff) | |
download | evol-tools-a1e2c0e8d073658ccdf6bdef9e36e5ad2505f206.tar.gz evol-tools-a1e2c0e8d073658ccdf6bdef9e36e5ad2505f206.tar.bz2 evol-tools-a1e2c0e8d073658ccdf6bdef9e36e5ad2505f206.tar.xz evol-tools-a1e2c0e8d073658ccdf6bdef9e36e5ad2505f206.zip |
testxml: remove maxHp attribute for monsters from xsd.
Diffstat (limited to 'testxml')
-rw-r--r-- | testxml/xsd/tmw.xsd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testxml/xsd/tmw.xsd b/testxml/xsd/tmw.xsd index bcccebf..facada6 100644 --- a/testxml/xsd/tmw.xsd +++ b/testxml/xsd/tmw.xsd @@ -1246,7 +1246,8 @@ <xs:attribute name="id" type="xs:int" use="required"/> <xs:attribute name="name" type="xs:string" use="required"/> <xs:attributeGroup ref="being_basic_attributes"/> - <xs:attribute name="maxHP" type="xs:int" use="optional"/> +<!-- disable attributes for outdated servers + <xs:attribute name="maxHP" type="xs:int" use="optional"/> --> <xs:attribute name="deadSortOffsetY" type="xs:int" default="31"/> <xs:attribute name="colors" type="xs:string" use="optional"/> </xs:complexType> |