登录退出完善,刷怪机制完善
This commit is contained in:
@@ -23,6 +23,7 @@ func (h *Controller) MapEnter(data *maps.InInfo, c *socket.Player) (result *maps
|
||||
data.Broadcast(c.Info.MapID, *result) //同步广播
|
||||
// 如果是无怪地图,直接返回
|
||||
|
||||
|
||||
if mservice.NewMonsterService().GetId(c.Info.MapID) == nil {
|
||||
return nil, -1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user