游戏掉落
This commit is contained in:
parent
481860d9bc
commit
97e03e2c22
|
@ -247,7 +247,7 @@ const (
|
|||
GainWay_ActTurnplate2 = 57 //轮盘看视频双倍领取
|
||||
GainWay_ActSignNew2 = 58 //签到看视频双倍领取
|
||||
GainWay_ItemUse = 59 //道具使用
|
||||
GainWay_PhoneScore = 60 //积分抽奖活动
|
||||
GainWay_PhoneScore = 60 //手机积分活动
|
||||
GainWay_RankReward = 61 //
|
||||
GainWay_TaskReward = 62 //
|
||||
GainWay_Interact = 63 //房间内互动效果
|
||||
|
|
|
@ -2170,7 +2170,7 @@ func (this *Scene) TryBillExGameDrop(p *Player) {
|
|||
ItemName: itemData.Name,
|
||||
Count: int64(num),
|
||||
Remark: "tienlen游戏掉落",
|
||||
TypeId: common.GainWay_Interact,
|
||||
TypeId: common.GainWay_Game,
|
||||
GameId: int64(this.GameId),
|
||||
GameFreeId: int64(this.GetGameFreeId()),
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue