diff options
-rw-r--r-- | client/tmw.xsd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/tmw.xsd b/client/tmw.xsd index 1ee2bc7..a8a013f 100644 --- a/client/tmw.xsd +++ b/client/tmw.xsd @@ -381,8 +381,8 @@ comma-separated list. (xsd spec says they should be space-separated). --> <!-- TODO fix this horrible abuse of XML--> - <xs:attribute name="complete" type="xs:int" use="optional"/> - <xs:attribute name="incomplete" type="xs:int" use="optional"/> + <xs:attribute name="complete" type="xs:string" use="optional"/> + <xs:attribute name="incomplete" type="xs:string" use="optional"/> </xs:complexType> <!-- QuestsWindow::loadEffect |