修复
This commit is contained in:
parent
2b601c6d52
commit
6ee551123f
@ -111,7 +111,7 @@ func (o *OrderMod) RewardOrder(id int) ([]*item.Item, []int, int, int, error) {
|
|||||||
if v.Type == Guide_type {
|
if v.Type == Guide_type {
|
||||||
return nil, v.MergeId, v.Type, 0, nil
|
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)
|
o.FinishOrder = append(o.FinishOrder, id)
|
||||||
}
|
}
|
||||||
return ItemList, v.MergeId, v.Type, Star, nil
|
return ItemList, v.MergeId, v.Type, Star, nil
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user