Compare commits

..

No commits in common. "40263b3621f66afd702fbc74bb37555487cf7d72" and "d6ce3816f4c7db9002c4d36194514f74e4ef61d2" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -734,7 +734,6 @@ 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,
} }
} }
} }