Merge branch 'develop' into release
This commit is contained in:
commit
d6419d973b
|
@ -4341,7 +4341,6 @@ func (this *Player) RandRobotVip(scene *Scene) {
|
||||||
|
|
||||||
func (this *Player) RandRobotPetSkillLevel() {
|
func (this *Player) RandRobotPetSkillLevel() {
|
||||||
//随机机器人宠物技能等级
|
//随机机器人宠物技能等级
|
||||||
if this.Pets.SkillInfo == nil {
|
|
||||||
this.Pets.SkillInfo = make(map[int32]map[int32]int32)
|
this.Pets.SkillInfo = make(map[int32]map[int32]int32)
|
||||||
for petId, _ := range this.Pets.ModUnlock {
|
for petId, _ := range this.Pets.ModUnlock {
|
||||||
skillLevel := int32(0)
|
skillLevel := int32(0)
|
||||||
|
@ -4361,7 +4360,6 @@ func (this *Player) RandRobotPetSkillLevel() {
|
||||||
this.Pets.SkillInfo[petId] = make(map[int32]int32)
|
this.Pets.SkillInfo[petId] = make(map[int32]int32)
|
||||||
this.Pets.SkillInfo[petId][10001] = skillLevel
|
this.Pets.SkillInfo[petId][10001] = skillLevel
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// BindTelReward 发送绑定手机号奖励
|
// BindTelReward 发送绑定手机号奖励
|
||||||
|
|
Loading…
Reference in New Issue