宠物打工
This commit is contained in:
parent
94ca75092b
commit
3010cffe03
@ -397,7 +397,6 @@ func (p *Player) Login() {
|
|||||||
AvatarMod.Login(PlayBaseMod.GetRegisterTime())
|
AvatarMod.Login(PlayBaseMod.GetRegisterTime())
|
||||||
HandbookItem := p.PlayMod.getCardMod().Login(G_GameLogicPtr.SeverInfo.OpenTime)
|
HandbookItem := p.PlayMod.getCardMod().Login(G_GameLogicPtr.SeverInfo.OpenTime)
|
||||||
p.HandleItem(HandbookItem, msg.ITEM_POP_LABEL_AllCollectRewardHB.String())
|
p.HandleItem(HandbookItem, msg.ITEM_POP_LABEL_AllCollectRewardHB.String())
|
||||||
LoignBack(p) // 登录补发
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *Player) Outline() {
|
func (p *Player) Outline() {
|
||||||
@ -835,6 +834,7 @@ func (p *Player) LoginBackData() {
|
|||||||
p.PushClientRes(p.PlayMod.mod_list.SevenLogin.BackData())
|
p.PushClientRes(p.PlayMod.mod_list.SevenLogin.BackData())
|
||||||
p.PushClientRes(p.PlayMod.mod_list.LimitedTimeEvent.ProgressBackData())
|
p.PushClientRes(p.PlayMod.mod_list.LimitedTimeEvent.ProgressBackData())
|
||||||
p.PushClientRes(p.PlayMod.mod_list.Charge.BackData())
|
p.PushClientRes(p.PlayMod.mod_list.Charge.BackData())
|
||||||
|
p.PushClientRes(p.PlayMod.mod_list.Charge.PetWorkBackData())
|
||||||
p.PushClientRes(p.PlayMod.mod_list.Endless.BackData())
|
p.PushClientRes(p.PlayMod.mod_list.Endless.BackData())
|
||||||
p.PushClientRes(p.PlayMod.mod_list.PiggyBank.BackData())
|
p.PushClientRes(p.PlayMod.mod_list.PiggyBank.BackData())
|
||||||
p.PushClientRes(p.PlayMod.mod_list.Item.BackData())
|
p.PushClientRes(p.PlayMod.mod_list.Item.BackData())
|
||||||
|
|||||||
@ -928,11 +928,6 @@ func EmitRetireTrigger2(p *Player) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func LoignBack(p *Player) {
|
|
||||||
ChargeMod := p.PlayMod.getChargeMod()
|
|
||||||
ChargeMod.PetWorkBackData()
|
|
||||||
}
|
|
||||||
|
|
||||||
func Benchmark(player *Player) {
|
func Benchmark(player *Player) {
|
||||||
ChampshipMod := player.PlayMod.getChampshipMod()
|
ChampshipMod := player.PlayMod.getChampshipMod()
|
||||||
ChampshipMod.AddScore([]int{949, 941, 10})
|
ChampshipMod.AddScore([]int{949, 941, 10})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user