【优化】91, 车迟斗法BOSS每日更换,掉落不同奖励

dev_chengFeng
jiaoyangna 2021-01-04 11:42:09 +08:00 committed by zhangqiang
parent 8a7e2ebcef
commit dc661f677f
1 changed files with 2 additions and 1 deletions

View File

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