This commit is contained in:
hahwu 2025-09-26 10:25:36 +08:00
parent e7e59cf739
commit 30314bc979

View File

@ -133,7 +133,7 @@ func (c *ChargeMod) NoonUpdate(Emit []int) {
}
func (c *ChargeMod) FixBug(Emit []int) {
if len(c.ChessShop) < 6 {
if len(c.ChessShop) < 5 {
c.InitChessShop(Emit)
}
}