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 {