playroom装饰修复

This commit is contained in:
hahwu 2025-09-17 16:37:20 +08:00
parent b189bd633c
commit 21cbfd6d82

View File

@ -959,7 +959,7 @@ func (p *PlayroomMod) PlayroomDressSet(DressSet map[int]int) ([]int, map[int]int
if Id == 0 {
continue
}
dressInfo, ok := p.NewDress[Type]
dressInfo, ok := p.NewDress[Id]
if !ok {
return nil, nil, fmt.Errorf("dress type not found")
}