summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-14 00:17:01 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-14 00:17:01 -0300
commit4a1e89dd36d51375f7a2ae9d30121476a9e5d67c (patch)
treeaccd702d71a1181e9684c06b23c30de0d0dedd8b /lang
parentfa9b65224bec3d6154c5c537e7bb8b097568e174 (diff)
downloadtools-4a1e89dd36d51375f7a2ae9d30121476a9e5d67c.tar.gz
tools-4a1e89dd36d51375f7a2ae9d30121476a9e5d67c.tar.bz2
tools-4a1e89dd36d51375f7a2ae9d30121476a9e5d67c.tar.xz
tools-4a1e89dd36d51375f7a2ae9d30121476a9e5d67c.zip
Language: Do not collect Messages (personal preference)
Diffstat (limited to 'lang')
-rwxr-xr-xlang/updatelang.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/updatelang.py b/lang/updatelang.py
index 2897367..41a6be0 100755
--- a/lang/updatelang.py
+++ b/lang/updatelang.py
@@ -382,7 +382,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");