任务修复

This commit is contained in:
hahwu 2025-04-22 16:51:47 +08:00
parent eac8c6b4d2
commit d3f859ab8e

View File

@ -92,7 +92,7 @@ func TriggerQuestProgress(q *QuestProgress, Tr *Trigger) bool {
q.Num += 1 q.Num += 1
} }
case TRIGGER_LABEL_PETDRESS: // 换装x次 case TRIGGER_LABEL_PETDRESS: // 换装x次
DressType := Tr.A[0].(int) DressType := GoUtil.Int(Tr.A[0])
Ids := q.A[0].([]int) Ids := q.A[0].([]int)
if GoUtil.InArray(DressType, Ids) { if GoUtil.InArray(DressType, Ids) {
q.Num += 1 q.Num += 1