任务修复
This commit is contained in:
parent
d3f859ab8e
commit
e37366c71a
@ -92,6 +92,9 @@ func TriggerQuestProgress(q *QuestProgress, Tr *Trigger) bool {
|
||||
q.Num += 1
|
||||
}
|
||||
case TRIGGER_LABEL_PETDRESS: // 换装x次
|
||||
if len(Tr.A) == 0 {
|
||||
return false
|
||||
}
|
||||
DressType := GoUtil.Int(Tr.A[0])
|
||||
Ids := q.A[0].([]int)
|
||||
if GoUtil.InArray(DressType, Ids) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user