playroom装扮任务优化

This commit is contained in:
hahwu 2025-07-23 16:16:28 +08:00
parent 037142bb0a
commit 94d31c2cab

View File

@ -803,7 +803,7 @@ func (p *PlayroomMod) PlayroomDressSet(DressSet map[int]int) ([]int, error) {
if !GoUtil.InArray(Id, dresses) {
return nil, fmt.Errorf("dress not found")
}
if p.DressSet[Type] != Id {
if p.DressSet[Type] == 0 && Id != 0 {
Part = append(Part, Type)
}
}