diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-03 00:25:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-03 01:01:11 +0300 |
commit | 4f6d9da4e83a23a4531ce63006f669daf4992c69 (patch) | |
tree | ef303ed0dd2380665963a67bc189f43af9fbc040 /src/client.cpp | |
parent | 20f5a9d3754bd598f091ae7e66fa0294800f9b30 (diff) | |
download | ManaVerse-4f6d9da4e83a23a4531ce63006f669daf4992c69.tar.gz ManaVerse-4f6d9da4e83a23a4531ce63006f669daf4992c69.tar.bz2 ManaVerse-4f6d9da4e83a23a4531ce63006f669daf4992c69.tar.xz ManaVerse-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.cpp | 1 |
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() |