Skip to content
Snippets Groups Projects
Commit e68a4cea authored by Zoey76's avatar Zoey76
Browse files

Adding displayId to XSD.

Reported by: sahar
parent 91949046
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
<xs:attribute name="name" use="required"> <xs:attribute name="name" use="required">
<xs:simpleType> <xs:simpleType>
<xs:restriction base="xs:token"> <xs:restriction base="xs:token">
<xs:enumeration value="displayId" />
<xs:enumeration value="armor_type" /> <xs:enumeration value="armor_type" />
<xs:enumeration value="attack_range" /> <xs:enumeration value="attack_range" />
<xs:enumeration value="auto_destroy_time" /> <xs:enumeration value="auto_destroy_time" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment