diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-29 12:58:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-29 12:58:35 -0300 |
commit | 8ed8fb899274f53d5b625eac62dd0c07991f129b (patch) | |
tree | b517b6bd71bd1307eb34d4c27f5e9e75e63358ce /wiki | |
parent | 214090aaadd7e00e73fca1252e1cc2e212061bef (diff) | |
download | tools-8ed8fb899274f53d5b625eac62dd0c07991f129b.tar.gz tools-8ed8fb899274f53d5b625eac62dd0c07991f129b.tar.bz2 tools-8ed8fb899274f53d5b625eac62dd0c07991f129b.tar.xz tools-8ed8fb899274f53d5b625eac62dd0c07991f129b.zip |
Regenerate translations. Fix wikigen (or break it, perhaps)
Diffstat (limited to 'wiki')
-rwxr-xr-x | wiki/wikigen.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wiki/wikigen.py b/wiki/wikigen.py index 3213b75..f70592d 100755 --- a/wiki/wikigen.py +++ b/wiki/wikigen.py @@ -742,6 +742,10 @@ def DoQuest(): aktbl={} print("\033[32;1mTotal quests: %d\033[0m" % len(qlog)) for i in qlog: + if i.name=="Unknown Quest Name": + print("Warning, invalid quest: %d" % (i.id)) + qlog.remove(i) + continue # Total Table #print(str(i.id)+": "+i.name) try: |