任务修复

This commit is contained in:
hahwu 2025-04-22 16:56:04 +08:00
parent d3f859ab8e
commit e37366c71a

View File

@ -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) {