diff options
Diffstat (limited to 'ledit')
-rwxr-xr-x | ledit/ledit.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ledit/ledit.py b/ledit/ledit.py index 6375400..c44b850 100755 --- a/ledit/ledit.py +++ b/ledit/ledit.py @@ -81,9 +81,10 @@ print("Current progress: "+str(po.percent_translated())+"%") scope_list=[("Nard Ship", "npc/002-", "npc/000-"), ("Candor", "npc/005-", "npc/006-2"), ("Databases", "db/", "npc/functions", "npc/items", "npc/config", "npc/craft", "npc/016-"), - ("Tonori", "npc/003-", "npc/004-", "npc/007-"), + ("Tonori", "npc/003-", "npc/007-"), ("Hurnscald", "npc/012-", "npc/013-", "npc/014-", "npc/015-"), - ("Halinarzo", "npc/009-", "npc/010-", "npc/011-"), + ("Halinarzo", "npc/009-", "npc/011-"), + ("Canyon", "npc/004-", "npc/010-"), ("Land Fire", "npc/017-", "npc/018-"), ("M Academy", "npc/027-", "npc/magic"), ("Kaizei", "npc/019-", "npc/020-", "npc/021-", "npc/022-"), |