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() {
|
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,6 +4362,7 @@ func (this *Player) RandRobotPetSkillLevel() {
|
||||||
this.Pets.SkillInfo[petId][10001] = skillLevel
|
this.Pets.SkillInfo[petId][10001] = skillLevel
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// BindTelReward 发送绑定手机号奖励
|
// BindTelReward 发送绑定手机号奖励
|
||||||
func (this *Player) BindTelReward() {
|
func (this *Player) BindTelReward() {
|
||||||
|
|
Loading…
Reference in New Issue