diff --git a/common/constant.go b/common/constant.go index c337c01..8d2e04f 100644 --- a/common/constant.go +++ b/common/constant.go @@ -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 //房间内互动效果 diff --git a/gamesrv/base/scene.go b/gamesrv/base/scene.go index 3a1c17a..b642ada 100644 --- a/gamesrv/base/scene.go +++ b/gamesrv/base/scene.go @@ -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()), })