diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-18 02:08:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-18 02:08:54 -0300 |
commit | f8fea66b358298d757d69dc46c3595c797923100 (patch) | |
tree | a9dc28184758d1a4befbdc7dc9d7f10c5ef7a95f | |
parent | caf58e743c110ebfa670d4727205cd76805d1560 (diff) | |
download | tools-f8fea66b358298d757d69dc46c3595c797923100.tar.gz tools-f8fea66b358298d757d69dc46c3595c797923100.tar.bz2 tools-f8fea66b358298d757d69dc46c3595c797923100.tar.xz tools-f8fea66b358298d757d69dc46c3595c797923100.zip |
Register block, maxweight
-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"/> |