From a37471d0151b96f41b7806421f1d2c21cd95ed4a Mon Sep 17 00:00:00 2001 From: yuming88 Date: Wed, 14 May 2025 11:59:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E5=8F=96Castile?= =?UTF-8?q?=E5=88=B0=E6=B8=B8=E6=88=8F=E7=9A=84=E9=81=93=E5=85=B7ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../logic/transfercastile/transfer_castile_to_game_logic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/logic/transfercastile/transfer_castile_to_game_logic.go b/internal/logic/transfercastile/transfer_castile_to_game_logic.go index 4006cde..37154eb 100644 --- a/internal/logic/transfercastile/transfer_castile_to_game_logic.go +++ b/internal/logic/transfercastile/transfer_castile_to_game_logic.go @@ -105,7 +105,7 @@ func (l *TransferCastileToGameLogic) TransferCastileToGame(req *types.TransferCa itemList := []map[string]any{ { - "itemId": 2013, + "itemId": 2018, "itemCount": uint(req.Amount), }, }