【ID1007772】

【优化】91, 车迟斗法BOSS每日更换,掉落不同奖励
dev_chengFeng
jiaoyangna 2021-01-07 17:54:55 +08:00 committed by zhangqiang
parent d7dfdfcb2e
commit b63c18ac53
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ function this.ShowCurIndexRewardData()
rewardList = {}
LogGreen("GuildCarDelayManager.bossIndexId:"..GuildCarDelayManager.bossIndexId)
for _, configInfo in ConfigPairs(ConfigManager.GetConfig(ConfigName.WorldBossRewardConfig)) do
if configInfo.Type == curIndex and configInfo.bossId == GuildCarDelayManager.bossIndexId then
if configInfo.Type == curIndex and configInfo.BossId == GuildCarDelayManager.bossIndexId then
table.insert(rewardList,configInfo)
end
end