脚本修改提交

back_recharge
yuanshuai 2022-03-25 16:14:06 +08:00
parent cc06e2f19b
commit 9bbcb33469
1 changed files with 1 additions and 0 deletions

View File

@ -483,6 +483,7 @@ public class Hero extends MongoBase implements Comparable<Hero>,Cloneable {
public void setPropertyId(int _propId) {
propertyId=_propId;
updateString("propertyId", _propId);
}
public Map<Integer,List<String>> getGodSoulBindMap() {