revert sth.
This commit is contained in:
parent
348fbf11ad
commit
3d576e3784
|
@ -5402,7 +5402,7 @@ const skills = {
|
|||
var list;
|
||||
if (_status.connectMode) {
|
||||
list = get.charactersOL(function (i) {
|
||||
return lib.character[i][0] == "male";
|
||||
return lib.character[i][0] != "male";
|
||||
});
|
||||
} else {
|
||||
list = get.gainableCharacters(function (info) {
|
||||
|
|
Loading…
Reference in New Issue