From 17bd9fd9c586d7c9cd2009934b015b59b8c273ae Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 30 Aug 2024 17:47:11 -0300 Subject: Split domain/Tonori into Tonori, Halinarzo and Canyon --- lang/updatelang.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lang') diff --git a/lang/updatelang.py b/lang/updatelang.py index 34978ea..40cff0d 100755 --- a/lang/updatelang.py +++ b/lang/updatelang.py @@ -37,14 +37,16 @@ def tmw2_getGroup(oc): return "domain/Candor" 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-"): return "domain/Databases" - elif sw(oc, "npc/003-") or sw(oc, "npc/004-") or sw(oc, "npc/007-"): + elif sw(oc, "npc/003-") or sw(oc, "npc/007-"): return "domain/Tonori" 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/010-") or sw(oc, "npc/011-"): - return "domain/Tonori" + elif sw(oc, "npc/009-") or sw(oc, "npc/011-"): + return "domain/Halinarzo" elif sw(oc, "npc/017-") or sw(oc, "npc/018-"): return "domain/LoF" + elif sw(oc, "npc/004-") or sw(oc, "npc/010-"): + return "domain/Canyon" elif sw(oc, "npc/027-") or sw(oc, "npc/magic"): return "domain/Academy" elif sw(oc, "npc/019-") or sw(oc, "npc/020-") or sw(oc, "npc/021-") or sw(oc, "npc/022-"): -- cgit v1.2.3-70-g09d2