Compare commits
No commits in common. "eaff0f1308bbd072b2d3d7ae256bf14f9ce8cff8" and "ac8b4ee47d111feed9dceaae323603622b8006e1" have entirely different histories.
eaff0f1308
...
ac8b4ee47d
|
@ -1993,13 +1993,8 @@ func (this *Scene) TryBillExGameDrop(p *Player) {
|
||||||
itemData := srvdata.GameItemMgr.Get(p.Platform, id)
|
itemData := srvdata.GameItemMgr.Get(p.Platform, id)
|
||||||
if itemData != nil {
|
if itemData != nil {
|
||||||
p.AddItems(&model.AddItemParam{
|
p.AddItems(&model.AddItemParam{
|
||||||
P: p.PlayerData,
|
P: p.PlayerData,
|
||||||
Change: []*model.Item{
|
Change: nil,
|
||||||
{
|
|
||||||
ItemId: id,
|
|
||||||
ItemNum: int64(num),
|
|
||||||
},
|
|
||||||
},
|
|
||||||
GainWay: common.GainWay_Game,
|
GainWay: common.GainWay_Game,
|
||||||
Operator: "system",
|
Operator: "system",
|
||||||
Remark: fmt.Sprintf("游戏掉落%v", id),
|
Remark: fmt.Sprintf("游戏掉落%v", id),
|
||||||
|
|
Loading…
Reference in New Issue