fix bossid

back_recharge
wangyuan 2019-05-28 18:26:14 +08:00
parent 5888a398d7
commit c3f08b1321
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ public class AdventureStateInfo extends MongoBase {
}
public void setBossId(String bossId) {
updateString("bossId",bossId);
this.bossId = bossId;
}
}