fix: 修正宠物抓捕时间初始化
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user