Merge branch 'dev' of http://git.legu.cc/liwei_3d/go_dreamfactory into dev
This commit is contained in:
commit
62d1dfccc6
@ -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
|
||||||
|
@ -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(),
|
||||||
|
Loading…
Reference in New Issue
Block a user