bug修复
This commit is contained in:
parent
25a9032e6d
commit
bc23153c40
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user