装饰步骤改版优化 日志

This commit is contained in:
hahwu 2026-01-16 11:34:33 +08:00
parent 19881f2d09
commit bf1b96fbb5

View File

@ -889,6 +889,7 @@ func (player *Player) FixDecorate() {
DecorateMod.PartClassPool = []int{}
DecorateMod.PartPool = make(map[int]int)
DecorateMod.InitData()
log.Debug("player id : %d fix decorate old area id : %d old progress : %d", player.M_DwUin, area_id, progress)
player.PushClientRes(DecorateMod.BackData())
}
}