上传武馆修复

This commit is contained in:
liwei1dao 2023-03-29 15:26:26 +08:00
parent 3cb44f1ce5
commit e4c79509d1

View File

@ -29,6 +29,9 @@ func (this *apiComp) Info(session comm.IUserSession, req *pb.PracticeInfoReq) (c
if room.Npcstate == 0 && room.Currnpc == 0 {
this.module.modelPandata.refreshnpc(room)
update["currnpc"] = room.Currnpc
update["captain"] = room.Captain
update["formation"] = room.Formation
}
for i := 0; i < len(room.Statuers); {