订单bug修复
This commit is contained in:
parent
14fd275cd9
commit
cb4235baf7
@ -268,7 +268,7 @@ func (o *OrderMod) CheckCondition(lv int, condition, Type string, Emit []int, Fi
|
||||
}
|
||||
Class = append(Class, mergeDataCfg.GetColorById(v))
|
||||
}
|
||||
if GoUtil.InStringArray(r2[1], Class) {
|
||||
if !GoUtil.InStringArray(r2[1], Class) {
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user