【优化】91, 车迟斗法BOSS每日更换,掉落不同奖励
parent
8a7e2ebcef
commit
dc661f677f
|
|
@ -121,8 +121,9 @@ end
|
||||||
function this.ShowCurIndexRewardData()
|
function this.ShowCurIndexRewardData()
|
||||||
--curIndex
|
--curIndex
|
||||||
rewardList = {}
|
rewardList = {}
|
||||||
|
LogGreen("GuildCarDelayManager.bossIndexId:"..GuildCarDelayManager.bossIndexId)
|
||||||
for _, configInfo in ConfigPairs(ConfigManager.GetConfig(ConfigName.WorldBossRewardConfig)) do
|
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)
|
table.insert(rewardList,configInfo)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue