From 258f707a028c3ef6bd4e8e30521dda581549f0a8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 30 Aug 2024 23:06:09 -0300 Subject: Fix some databases being put in domain/Other --- lang/updatelang.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang') diff --git a/lang/updatelang.py b/lang/updatelang.py index 40cff0d..d229de8 100755 --- a/lang/updatelang.py +++ b/lang/updatelang.py @@ -35,7 +35,7 @@ def tmw2_getGroup(oc): return "domain/Nard" elif sw(oc, "npc/005-") or sw(oc, "npc/006-2"): 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-"): + 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" -- cgit v1.2.3-70-g09d2