diff options
-rw-r--r-- | testxml/xsd/tmw.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testxml/xsd/tmw.xsd b/testxml/xsd/tmw.xsd index 9935175..4285fb3 100644 --- a/testxml/xsd/tmw.xsd +++ b/testxml/xsd/tmw.xsd @@ -950,7 +950,7 @@ <xs:attribute name="vit" type="xs:string" use="optional"/> <xs:attribute name="int" type="xs:string" use="optional"/> <xs:attribute name="dex" type="xs:string" use="optional"/> - <xs:attribute name="luck" type="xs:string" use="optional"/> + <xs:attribute name="luk" type="xs:string" use="optional"/> <xs:attribute name="effect" type="xs:string" use="optional"/> <xs:attribute name="penalty" type="xs:string" use="optional"/> </xs:complexType> |