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
|
var player model.Pet
|
||||||
player.PlayerID = s.userid
|
player.PlayerID = s.userid
|
||||||
player.Data = tt.Data
|
player.Data = tt.Data
|
||||||
|
player.Data.OldCatchTime = 0
|
||||||
player.CatchTime = tt.CatchTime
|
player.CatchTime = tt.CatchTime
|
||||||
player.Free = 0
|
player.Free = 0
|
||||||
player.SalePrice = tt.SalePrice
|
player.SalePrice = tt.SalePrice
|
||||||
|
|||||||
Reference in New Issue
Block a user