diff options
-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 a4c92a5..827c357 100644 --- a/testxml/xsd/tmw.xsd +++ b/testxml/xsd/tmw.xsd @@ -937,6 +937,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"/> |