playroom装饰修复
This commit is contained in:
parent
b189bd633c
commit
21cbfd6d82
@ -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")
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user