This commit is contained in:
meixiongfeng 2023-05-04 11:56:58 +08:00
commit 62d1dfccc6
2 changed files with 1 additions and 1 deletions

View File

@ -49,6 +49,7 @@ func (this *apiComp) Info(session comm.IUserSession, req *pb.PracticeInfoReq) (c
code = pb.ErrorCode_DBError
return
}
update["currnpc"] = room.Currnpc
update["npcstate"] = room.Npcstate
update["refresh"] = room.Refresh
update["battlenum"] = room.Battlenum

View File

@ -93,7 +93,6 @@ func main() {
forum.NewModule(),
pagoda.NewModule(),
gourmet.NewModule(),
// martialhall.NewModule(),
rtask.NewModule(),
viking.NewModule(),
smithy.NewModule(),