报错处理
This commit is contained in:
parent
6c1af1394f
commit
8d35b9be80
@ -73,3 +73,7 @@ func (this *Combat) GetLevelStatus(uid string) (levels map[int32]*pb.DBCombatLev
|
|||||||
levels = combat.Level
|
levels = combat.Level
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (this *Combat) GetLevels(uid string) (levels map[int32]*pb.DBCombatLevel) {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user