From d8e03cf53dc38048c92ddc464fe4a484e402597a Mon Sep 17 00:00:00 2001 From: by <123456@qq.com> Date: Thu, 25 Apr 2024 11:40:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=91=A8=E5=8D=A1=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/player.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/worldsrv/player.go b/worldsrv/player.go index 652db4c..822c068 100644 --- a/worldsrv/player.go +++ b/worldsrv/player.go @@ -374,8 +374,6 @@ func (this *Player) OnLogined() { TaskSubjectSingleton.Touch(common.TaskTypeLogin, &TaskData{SnId: this.SnId, Num: 1}) // 登录游戏 this.LoadAfter() - //测试代码 - this.UpdatePlayerVipBag(970001) //周卡领取奖励 now := time.Now().Unix() for id, endTime := range this.WeekCardTime {