From b0ba8e31ffa1944319ec8d0592490a2c750b0f62 Mon Sep 17 00:00:00 2001 From: by <123456@qq.com> Date: Tue, 14 May 2024 17:49:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=9F=8E=E5=85=91=E6=8D=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/shopmgr.go | 1 + 1 file changed, 1 insertion(+) diff --git a/worldsrv/shopmgr.go b/worldsrv/shopmgr.go index 24abc88..a477ed0 100644 --- a/worldsrv/shopmgr.go +++ b/worldsrv/shopmgr.go @@ -734,6 +734,7 @@ func (this *ShopMgr) GetExchangeData(platform string, id int32) *ExchangeShopInf Name: data.Name, Rule: data.Content, ExType: exType, + ItemId: data.ItemId, } } }