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