上传武馆修复
This commit is contained in:
parent
3cb44f1ce5
commit
e4c79509d1
@ -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); {
|
||||
|
Loading…
Reference in New Issue
Block a user