diff options
Diffstat (limited to 'lang/updatelang.py')
-rwxr-xr-x | lang/updatelang.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/updatelang.py b/lang/updatelang.py index d229de8..f7faf6f 100755 --- a/lang/updatelang.py +++ b/lang/updatelang.py @@ -38,7 +38,7 @@ def tmw2_getGroup(oc): elif sw(oc, "db/") or sw(oc, "npc/functions") or sw(oc, "npc/items") or sw(oc, "npc/config") or sw(oc, "npc/craft") or sw(oc, "npc/016-") or sw(oc, "_db.conf"): return "domain/Databases" elif sw(oc, "npc/003-") or sw(oc, "npc/007-"): - return "domain/Tonori" + return "domain/Tulimshar" elif sw(oc, "npc/012-") or sw(oc, "npc/013-") or sw(oc, "npc/014-") or sw(oc, "npc/015-"): return "domain/Hurnscald" elif sw(oc, "npc/009-") or sw(oc, "npc/011-"): |