Compare commits
2 Commits
d8825c650d
...
d6419d973b
Author | SHA1 | Date |
---|---|---|
|
d6419d973b | |
|
e60e272a9a |
|
@ -4341,7 +4341,6 @@ 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)
|
||||
|
@ -4361,7 +4360,6 @@ func (this *Player) RandRobotPetSkillLevel() {
|
|||
this.Pets.SkillInfo[petId] = make(map[int32]int32)
|
||||
this.Pets.SkillInfo[petId][10001] = skillLevel
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// BindTelReward 发送绑定手机号奖励
|
||||
|
|
Loading…
Reference in New Issue