任务提交
This commit is contained in:
@@ -21,7 +21,7 @@ func (h *Controller) MapEnter(data *maps.InInfo, c *entity.Player) (result *maps
|
||||
data.Broadcast(c.MapId, *tt) //同步广播
|
||||
// 如果是无怪地图,直接返回
|
||||
|
||||
if mservice.NewMonsterService().GetId(c.MapId) == 0 {
|
||||
if mservice.NewMonsterService().GetId(c.MapId) == nil {
|
||||
return nil, -1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user