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 code = pb.ErrorCode_DBError
return return
} }
update["currnpc"] = room.Currnpc
update["npcstate"] = room.Npcstate update["npcstate"] = room.Npcstate
update["refresh"] = room.Refresh update["refresh"] = room.Refresh
update["battlenum"] = room.Battlenum update["battlenum"] = room.Battlenum

View File

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