mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-13 16:22:27 +08:00
修复除零异常
This commit is contained in:
@@ -239,7 +239,7 @@ func (g *GameDataConfig) loadGroup(group *Group, block *Block, sceneId int32, bl
|
||||
return
|
||||
}
|
||||
if len(suiteLuaTableList) == 0 {
|
||||
logger.Info("get suites object is nil, sceneId: %v, blockId: %v, groupId: %v", sceneId, blockId, groupId)
|
||||
// logger.Debug("get suites object is nil, sceneId: %v, blockId: %v, groupId: %v", sceneId, blockId, groupId)
|
||||
}
|
||||
group.SuiteList = make([]*Suite, 0)
|
||||
for _, suiteLuaTable := range suiteLuaTableList {
|
||||
|
||||
Reference in New Issue
Block a user