fix: 修正宠物抓捕时间初始化
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-03-17 10:06:56 +08:00
committed by cnb
parent ae41e15c1b
commit 15ecbcc7de

View File

@@ -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