Compare commits

...

2 Commits

1 changed files with 1 additions and 0 deletions

View File

@ -734,6 +734,7 @@ func (this *ShopMgr) GetExchangeData(platform string, id int32) *ExchangeShopInf
Name: data.Name, Name: data.Name,
Rule: data.Content, Rule: data.Content,
ExType: exType, ExType: exType,
ItemId: data.ItemId,
} }
} }
} }