diff options
Diffstat (limited to 'lang')
-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 8916af2..e7c3db9 100755 --- a/lang/updatelang.py +++ b/lang/updatelang.py @@ -389,7 +389,7 @@ loadItemDb(rootPath + "db/re") loadMobNames(rootPath + "db/re") collectScriptStrings(rootPath + "/npc", "npc") collectScriptFileStrings("db/re/item_db.conf", rootPath + "/db/re/item_db.conf") -collectMessages(rootPath + "/conf/messages.conf") +#collectMessages(rootPath + "/conf/messages.conf") loadFiles(rootPath + "/langs") addMissingLines() loadPoFiles("in"); |