宠物打工

This commit is contained in:
hahwu 2025-10-20 10:43:45 +08:00
parent 94ca75092b
commit 3010cffe03
2 changed files with 1 additions and 6 deletions

View File

@ -397,7 +397,6 @@ func (p *Player) Login() {
AvatarMod.Login(PlayBaseMod.GetRegisterTime())
HandbookItem := p.PlayMod.getCardMod().Login(G_GameLogicPtr.SeverInfo.OpenTime)
p.HandleItem(HandbookItem, msg.ITEM_POP_LABEL_AllCollectRewardHB.String())
LoignBack(p) // 登录补发
}
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.LimitedTimeEvent.ProgressBackData())
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.PiggyBank.BackData())
p.PushClientRes(p.PlayMod.mod_list.Item.BackData())

View File

@ -928,11 +928,6 @@ func EmitRetireTrigger2(p *Player) {
}
}
func LoignBack(p *Player) {
ChargeMod := p.PlayMod.getChargeMod()
ChargeMod.PetWorkBackData()
}
func Benchmark(player *Player) {
ChampshipMod := player.PlayMod.getChampshipMod()
ChampshipMod.AddScore([]int{949, 941, 10})