This commit is contained in:
昔念
2026-02-14 12:49:03 +08:00
parent 05d427cbea
commit 7a5d7be255

View File

@@ -30,9 +30,10 @@ func (p *Player) MessWin(win bool) {
p.ItemAdd(iteminfo.ItemID, int64(getcony)) p.ItemAdd(iteminfo.ItemID, int64(getcony))
} }
p.Service.Talk.Update(5000) p.Service.Talk.Update(5000)
p.SendPackCmd(50006, &pet.S2C_50006{
ItemID: 3,
Count: getcony,
})
} }
p.SendPackCmd(50006, &pet.S2C_50006{
ItemID: 3,
Count: getcony,
})
} }