公会漏存

back_recharge
zhangshanxue 2020-06-03 19:49:56 +08:00
parent ea7f866fbe
commit a472f6c553
2 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,7 @@ public class GuildMyInfo extends MongoBase {
this.path.addAll(path); this.path.addAll(path);
this.path.remove(0); this.path.remove(0);
} }
updateString("path",this.path);
preMoveTimestamp = timestamp; preMoveTimestamp = timestamp;
setPreMoveTimestamp(timestamp); setPreMoveTimestamp(timestamp);
} }

View File

@ -21,6 +21,7 @@ public class SVipLevelConfig implements BaseConfig {
private int[] openRules; private int[] openRules;
private int moneyLimit; private int moneyLimit;
private int[][] property;
@Override @Override