棋子出售也会增加活动代币

This commit is contained in:
hahwu 2026-01-05 15:42:59 +08:00
parent 1d4fce204e
commit 437f5d1b5b

View File

@ -262,6 +262,9 @@ func (p *PlayerChessData) HandleChess(player *Player, handle_list []*msg.ChessHa
"get_star_num": get_star_num,
})
itemList = item.Merge(itemList, items)
// 获取活动道具
ActItem := player.GetActivityItem(GoUtil.Int32ToInt(v.ActType))
itemList = item.Merge(itemList, ActItem)
case msg.HANDLE_TYPE_REMOVE: //移除棋子
ChessMod.RemoveChess(ChessId)
}