删除周卡测试代码
This commit is contained in:
parent
aa79d36e9f
commit
d8e03cf53d
|
|
@ -374,8 +374,6 @@ func (this *Player) OnLogined() {
|
||||||
TaskSubjectSingleton.Touch(common.TaskTypeLogin, &TaskData{SnId: this.SnId, Num: 1}) // 登录游戏
|
TaskSubjectSingleton.Touch(common.TaskTypeLogin, &TaskData{SnId: this.SnId, Num: 1}) // 登录游戏
|
||||||
|
|
||||||
this.LoadAfter()
|
this.LoadAfter()
|
||||||
//测试代码
|
|
||||||
this.UpdatePlayerVipBag(970001)
|
|
||||||
//周卡领取奖励
|
//周卡领取奖励
|
||||||
now := time.Now().Unix()
|
now := time.Now().Unix()
|
||||||
for id, endTime := range this.WeekCardTime {
|
for id, endTime := range this.WeekCardTime {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue