diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-07-11 21:41:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-07-11 21:41:03 -0300 |
commit | b641e8bca4de28d26bd74ae55fa90cc8d0f8d1d6 (patch) | |
tree | 922176b59341507e78458b2660104b7c8373325f | |
parent | 8850795a9ba2fea96471cd3a0e92f957376a3a53 (diff) | |
download | tools-b641e8bca4de28d26bd74ae55fa90cc8d0f8d1d6.tar.gz tools-b641e8bca4de28d26bd74ae55fa90cc8d0f8d1d6.tar.bz2 tools-b641e8bca4de28d26bd74ae55fa90cc8d0f8d1d6.tar.xz tools-b641e8bca4de28d26bd74ae55fa90cc8d0f8d1d6.zip |
Fix XSD issue
-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 543942e..215182c 100644 --- a/testxml/xsd/tmw.xsd +++ b/testxml/xsd/tmw.xsd @@ -935,6 +935,7 @@ <xs:attribute name="sellProtected" type="bool" default="false"/> <xs:attribute name="pickupCursor" type="xs:string" default="pickup"/> <xs:attribute name="attack" type="xs:string" use="optional"/> + <xs:attribute name="bAtkRate" type="xs:int" use="optional"/> <xs:attribute name="criticalattack" type="xs:string" use="optional"/> <xs:attribute name="criticalattackrate" type="xs:string" use="optional"/> <xs:attribute name="atkspeed" type="xs:string" use="optional"/> |