Merge branch 'dev_pigbank2' into develop

This commit is contained in:
DESKTOP-45ANQ2C\unis 2024-12-31 17:16:09 +08:00
commit 135f2f99b1
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.GoldExc {
for _, v := range data.DiamondExc {
bankInfo.DiamondExc[int64(v.ItemId)] = v.ItemNum
}