From fbd8e7dc4242d980299f151f78c0edde3a9436f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=94=E5=BF=B5?= <12574910+72wo@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:49:23 +0800 Subject: [PATCH] 1 --- logic/controller/action_扭蛋.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logic/controller/action_扭蛋.go b/logic/controller/action_扭蛋.go index e1bd3716..5561f45b 100644 --- a/logic/controller/action_扭蛋.go +++ b/logic/controller/action_扭蛋.go @@ -22,7 +22,7 @@ func (h Controller) EggGamePlay(data1 *egg.C2S_EGG_GAME_PLAY, c *player.Player) } r := c.Service.Item.CheakItem(400501) if data1.EggNum > 10 || data1.EggNum <= 0 { - + return nil, errorcode.ErrorCode(errorcode.ErrorCodes.ErrSystemError) } if r < 0 { return nil, errorcode.ErrorCode(errorcode.ErrorCodes.ErrGachaTicketsInsufficient)