diff options
-rw-r--r-- | testxml/xsd/tmw.xsd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testxml/xsd/tmw.xsd b/testxml/xsd/tmw.xsd index 75c6e94..db77a32 100644 --- a/testxml/xsd/tmw.xsd +++ b/testxml/xsd/tmw.xsd @@ -937,6 +937,7 @@ <xs:attribute name="criticalattack" type="xs:string" use="optional"/> <xs:attribute name="atkspeed" type="xs:string" use="optional"/> <xs:attribute name="mattack" type="xs:string" use="optional"/> + <xs:attribute name="block" type="xs:string" use="optional"/> <xs:attribute name="defense" type="xs:string" use="optional"/> <xs:attribute name="criticaldefense" type="xs:string" use="optional"/> <xs:attribute name="mdefense" type="xs:string" use="optional"/> @@ -944,6 +945,7 @@ <xs:attribute name="mp" type="xs:string" use="optional"/> <xs:attribute name="maxhp" type="xs:string" use="optional"/> <xs:attribute name="maxmp" type="xs:string" use="optional"/> + <xs:attribute name="maxweight" type="xs:string" use="optional"/> <xs:attribute name="hprecovery" type="xs:string" use="optional"/> <xs:attribute name="sprecovery" type="xs:string" use="optional"/> <xs:attribute name="money" type="xs:string" use="optional"/> |