Compare commits

...

2 Commits

1 changed files with 7 additions and 2 deletions

View File

@ -1994,7 +1994,12 @@ func (this *Scene) TryBillExGameDrop(p *Player) {
if itemData != nil {
p.AddItems(&model.AddItemParam{
P: p.PlayerData,
Change: nil,
Change: []*model.Item{
{
ItemId: id,
ItemNum: int64(num),
},
},
GainWay: common.GainWay_Game,
Operator: "system",
Remark: fmt.Sprintf("游戏掉落%v", id),