diff --git a/logic/controller/fight_base.go b/logic/controller/fight_base.go index 6ff1974b2..6acaba318 100644 --- a/logic/controller/fight_base.go +++ b/logic/controller/fight_base.go @@ -59,7 +59,7 @@ func (h Controller) Capture(data *fight.CatchMonsterInboundInfo, c *player.Playe return nil, err } if c.GetSpace().IsTime { - if data.ItemId < 300009 { + if data.CapsuleId < 300009 { return nil, errorcode.ErrorCodes.ErrCannotPerformAction } }