Rtype199
This commit is contained in:
parent
8753572ebc
commit
f39d9756f7
@ -691,6 +691,7 @@ const (
|
||||
Rtype187 TaskType = 187
|
||||
Rtype188 TaskType = 188 //玩家创建1个工会
|
||||
Rtype189 TaskType = 189 //铁匠铺进行一次定制
|
||||
Rtype199 TaskType = 199 //回想多少次
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -207,6 +207,7 @@ func (this *apiComp) TalentLearn(session comm.IUserSession, req *pb.HeroTalentLe
|
||||
}
|
||||
}
|
||||
}
|
||||
szTask = append(szTask, comm.GetBuriedParam(comm.Rtype199, 1))
|
||||
go this.module.ModuleBuried.TriggerBuried(session.GetUserId(), szTask...)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user