bug修复

This commit is contained in:
hahwu 2025-08-26 17:26:26 +08:00
parent 25a9032e6d
commit bc23153c40

View File

@ -184,7 +184,7 @@ func GetIdBySenceAndLv(Sence, Lv int) int {
}
func GetPartNumByAreaId(AreaId int) map[int]int {
data, err := gamedata.GetDataByIntKey(INDOOR_PROGRESS, AreaId)
data, err := gamedata.GetData(INDOOR_PROGRESS)
if err != nil {
log.Debug("DecorateArea GetPartNumByAreaId not found AreaId:%v", AreaId)
return nil