修改提取Castile到游戏的道具ID

This commit is contained in:
yuming88
2025-05-14 11:59:00 +08:00
parent 95712f0fc0
commit a37471d015

View File

@@ -105,7 +105,7 @@ func (l *TransferCastileToGameLogic) TransferCastileToGame(req *types.TransferCa
itemList := []map[string]any{ itemList := []map[string]any{
{ {
"itemId": 2013, "itemId": 2018,
"itemCount": uint(req.Amount), "itemCount": uint(req.Amount),
}, },
} }