summaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-02-09 20:14:43 -0200
committerJesusaves <cpntb1@ymail.com>2019-02-09 20:14:43 -0200
commit335ef61188cca02e18c1a269f6088aab3c6625bb (patch)
tree864b938e36d3f718f0163370f1655dde3d72d31c /wiki
parent36ad8a4d6787fe7e9ab3e21e1a20ffc93c7126a7 (diff)
downloadtools-335ef61188cca02e18c1a269f6088aab3c6625bb.tar.gz
tools-335ef61188cca02e18c1a269f6088aab3c6625bb.tar.bz2
tools-335ef61188cca02e18c1a269f6088aab3c6625bb.tar.xz
tools-335ef61188cca02e18c1a269f6088aab3c6625bb.zip
<level> on Quest Log affects wikigen
Diffstat (limited to 'wiki')
-rwxr-xr-xwiki/wikigen.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/wiki/wikigen.py b/wiki/wikigen.py
index 68898a2..1b3ed2d 100755
--- a/wiki/wikigen.py
+++ b/wiki/wikigen.py
@@ -768,6 +768,9 @@ def DoQuest():
a=qnt2(e)
b=a.split('>')
qe.loc=b[1].replace('</coordinates','').strip()
+ elif '<level' in e:
+ a=qnt2(e)
+ qe.entry.append( "Required Level: " + a.replace('<level>','').replace('</level>','').strip() )
# Done reading file
src.close()