fix: 修复商品购买和服务相关逻辑问题
Some checks failed
ci/woodpecker/push/my-first-workflow Pipeline failed

This commit is contained in:
xinian
2026-03-27 12:56:29 +08:00
committed by cnb
parent f6745bd2a6
commit 40411ba84b
10 changed files with 27 additions and 147 deletions

View File

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