脚本修改提交
parent
cc06e2f19b
commit
9bbcb33469
|
|
@ -483,6 +483,7 @@ public class Hero extends MongoBase implements Comparable<Hero>,Cloneable {
|
||||||
|
|
||||||
public void setPropertyId(int _propId) {
|
public void setPropertyId(int _propId) {
|
||||||
propertyId=_propId;
|
propertyId=_propId;
|
||||||
|
updateString("propertyId", _propId);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Map<Integer,List<String>> getGodSoulBindMap() {
|
public Map<Integer,List<String>> getGodSoulBindMap() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue