Compare commits
No commits in common. "d6419d973b7236a70f83451a9462c503f8b19864" and "d8825c650d6fe35bdcfa04b932bc66c4e5ec54e6" have entirely different histories.
d6419d973b
...
d8825c650d
|
@ -4341,6 +4341,7 @@ func (this *Player) RandRobotVip(scene *Scene) {
|
|||
|
||||
func (this *Player) RandRobotPetSkillLevel() {
|
||||
//随机机器人宠物技能等级
|
||||
if this.Pets.SkillInfo == nil {
|
||||
this.Pets.SkillInfo = make(map[int32]map[int32]int32)
|
||||
for petId, _ := range this.Pets.ModUnlock {
|
||||
skillLevel := int32(0)
|
||||
|
@ -4360,6 +4361,7 @@ func (this *Player) RandRobotPetSkillLevel() {
|
|||
this.Pets.SkillInfo[petId] = make(map[int32]int32)
|
||||
this.Pets.SkillInfo[petId][10001] = skillLevel
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// BindTelReward 发送绑定手机号奖励
|
||||
|
|
Loading…
Reference in New Issue