From 97e03e2c2225412167766f99fa813f04f70788fc Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Sat, 25 May 2024 16:32:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=B8=E6=88=8F=E6=8E=89=E8=90=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/constant.go | 2 +- gamesrv/base/scene.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()), })