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, } } }