From 15ecbcc7dedafc804b4e9928fd08dd5a780e7256 Mon Sep 17 00:00:00 2001 From: xinian Date: Tue, 17 Mar 2026 10:06:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E5=AE=A0=E7=89=A9?= =?UTF-8?q?=E6=8A=93=E6=8D=95=E6=97=B6=E9=97=B4=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/player/service/pet.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/player/service/pet.go b/modules/player/service/pet.go index 823f6dd0..f6293ee3 100644 --- a/modules/player/service/pet.go +++ b/modules/player/service/pet.go @@ -157,6 +157,7 @@ RETURNING max_ts; var player model.Pet player.PlayerID = s.userid player.Data = tt.Data + player.Data.OldCatchTime = 0 player.CatchTime = tt.CatchTime player.Free = 0 player.SalePrice = tt.SalePrice