summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-03 00:25:03 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-03 01:01:11 +0300
commit4f6d9da4e83a23a4531ce63006f669daf4992c69 (patch)
treeef303ed0dd2380665963a67bc189f43af9fbc040 /src/client.cpp
parent20f5a9d3754bd598f091ae7e66fa0294800f9b30 (diff)
downloadplus-4f6d9da4e83a23a4531ce63006f669daf4992c69.tar.gz
plus-4f6d9da4e83a23a4531ce63006f669daf4992c69.tar.bz2
plus-4f6d9da4e83a23a4531ce63006f669daf4992c69.tar.xz
plus-4f6d9da4e83a23a4531ce63006f669daf4992c69.zip
Add option into paths.xml for allow/deny add unknown skills into auto tab.
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 97857310b..f437f25d5 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -1734,6 +1734,7 @@ void Client::initPaths()
"playerNameOffset");
settings.playerBadgeAtRightOffset = paths.getIntValue(
"playerBadgeAtRightOffset");
+ settings.unknownSkillsAutoTab = paths.getBoolValue("unknownSkillsAutoTab");
}
void Client::initTradeFilter()