This commit is contained in:
hahwu 2025-09-03 18:20:36 +08:00
parent 2b601c6d52
commit 6ee551123f

View File

@ -111,7 +111,7 @@ func (o *OrderMod) RewardOrder(id int) ([]*item.Item, []int, int, int, error) {
if v.Type == Guide_type {
return nil, v.MergeId, v.Type, 0, nil
}
if v.Type == Fixed_type {
if v.Type == Fixed_type || v.Type == Playroom_type {
o.FinishOrder = append(o.FinishOrder, id)
}
return ItemList, v.MergeId, v.Type, Star, nil