summaryrefslogtreecommitdiff
path: root/lang/updatelang.py
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-08-30 23:31:55 -0300
committerJesusaves <cpntb1@ymail.com>2024-08-30 23:31:55 -0300
commit55440d31f2abae90f2c502f921e68cc54467f6d0 (patch)
treed2967fdc5f8366baec92a3e728abbd3c4d026a14 /lang/updatelang.py
parent98cc96cfba96e12ac0c7e18e9d03e3c175d6262e (diff)
downloadtools-55440d31f2abae90f2c502f921e68cc54467f6d0.tar.gz
tools-55440d31f2abae90f2c502f921e68cc54467f6d0.tar.bz2
tools-55440d31f2abae90f2c502f921e68cc54467f6d0.tar.xz
tools-55440d31f2abae90f2c502f921e68cc54467f6d0.zip
Split domain/Tonori into domain/Tulimshar, domain/Halinarzo and domain/Canyon
Diffstat (limited to 'lang/updatelang.py')
-rwxr-xr-xlang/updatelang.py2
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-"):