diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-14 00:23:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-14 00:34:05 +0300 |
commit | d6c647ca7f46a517b200f2901eba319e7e4223e8 (patch) | |
tree | 1cf66e73804e65753bd66ea49f6eaab114414a04 /src/defaults.cpp | |
parent | 35b27514c8eede4daa8f07f7b44d9579c78d18cf (diff) | |
download | plus-d6c647ca7f46a517b200f2901eba319e7e4223e8.tar.gz plus-d6c647ca7f46a517b200f2901eba319e7e4223e8.tar.bz2 plus-d6c647ca7f46a517b200f2901eba319e7e4223e8.tar.xz plus-d6c647ca7f46a517b200f2901eba319e7e4223e8.zip |
Add features.xml attribute for force char gender for new chars.
New attribute: forceCharGender
Default value: -1 (mean not forcing)
Diffstat (limited to 'src/defaults.cpp')
-rw-r--r-- | src/defaults.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp index a424137c0..38573de9d 100644 --- a/src/defaults.cpp +++ b/src/defaults.cpp @@ -633,6 +633,7 @@ DefaultsData* getFeaturesDefaults() AddDEF("allowFollow", true); AddDEF("fixDeadAnimation", true); AddDEF("forceAccountGender", -1); + AddDEF("forceCharGender", -1); return configData; } |