diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-18 18:52:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-18 18:52:38 +0300 |
commit | 5c7fa8e45ed0de5b1a11f3506f9c1bae68bce213 (patch) | |
tree | 6acfb4c772c59c687fc20d72d5b5c27e1293d8af /testxml | |
parent | 3615b31b0e43ba67d232e0f41c452d2e8139b03a (diff) | |
download | evol-tools-5c7fa8e45ed0de5b1a11f3506f9c1bae68bce213.tar.gz evol-tools-5c7fa8e45ed0de5b1a11f3506f9c1bae68bce213.tar.bz2 evol-tools-5c7fa8e45ed0de5b1a11f3506f9c1bae68bce213.tar.xz evol-tools-5c7fa8e45ed0de5b1a11f3506f9c1bae68bce213.zip |
testxml: update xsd file for support skill attribute castingAnimation.
Diffstat (limited to 'testxml')
-rw-r--r-- | testxml/xsd/tmw.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testxml/xsd/tmw.xsd b/testxml/xsd/tmw.xsd index 66ad75c..9176ca6 100644 --- a/testxml/xsd/tmw.xsd +++ b/testxml/xsd/tmw.xsd @@ -454,6 +454,7 @@ <xs:attribute name="castingRideAction" type="xs:string" use="optional"/> <xs:attribute name="castingSkyAction" type="xs:string" use="optional"/> <xs:attribute name="castingWaterAction" type="xs:string" use="optional"/> + <xs:attribute name="castingAnimation" type="xs:string" use="optional"/> <xs:attribute name="useTextParameter" type="bool" default="false"/> <xs:attribute name="icon" type="xs:string" use="optional"/> <xs:attribute name="level" type="xs:int" default="0"/> |