Compare commits

..

No commits in common. "135f2f99b16579ab7a6c8ab47bce6e2ff07157aa" and "163509fa5e974121d15d39d31ff6d4e4718c01d8" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -1988,7 +1988,7 @@ func (this *WelfareMgr) DiamondBankGetInfo(p *Player) {
bankInfo.Price = int64(data.DiamondPrice)
bankInfo.NowPrice = int64(data.DiamondNowPrice)
bankInfo.ShopId = data.DiamondId
for _, v := range data.DiamondExc {
for _, v := range data.GoldExc {
bankInfo.DiamondExc[int64(v.ItemId)] = v.ItemNum
}