summaryrefslogtreecommitdiff
path: root/testxml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-02-09 20:13:55 -0200
committerJesusaves <cpntb1@ymail.com>2019-02-09 20:13:55 -0200
commit36ad8a4d6787fe7e9ab3e21e1a20ffc93c7126a7 (patch)
tree99688b7233507bbd6154cc7c924f684436bebef3 /testxml
parent7e09b9f3e3833c05529600bdc51a7b13a0b85d6c (diff)
downloadtools-36ad8a4d6787fe7e9ab3e21e1a20ffc93c7126a7.tar.gz
tools-36ad8a4d6787fe7e9ab3e21e1a20ffc93c7126a7.tar.bz2
tools-36ad8a4d6787fe7e9ab3e21e1a20ffc93c7126a7.tar.xz
tools-36ad8a4d6787fe7e9ab3e21e1a20ffc93c7126a7.zip
Allow <level> on Quest Log (no effect atm)
Diffstat (limited to 'testxml')
-rw-r--r--testxml/xsd/tmw.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/testxml/xsd/tmw.xsd b/testxml/xsd/tmw.xsd
index 3c37b0f..6ea9aea 100644
--- a/testxml/xsd/tmw.xsd
+++ b/testxml/xsd/tmw.xsd
@@ -372,6 +372,7 @@
<xs:element name="questgiver" type="xs:string"/>
<xs:element name="coordinates" type="quests_quest_coordinates"/>
<xs:element name="npc" type="xs:string"/>
+ <xs:element name="level" type="xs:string"/>
</xs:choice>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="group" type="xs:string" use="required"/>