parent
d7dfdfcb2e
commit
b63c18ac53
|
@ -123,7 +123,7 @@ function this.ShowCurIndexRewardData()
|
||||||
rewardList = {}
|
rewardList = {}
|
||||||
LogGreen("GuildCarDelayManager.bossIndexId:"..GuildCarDelayManager.bossIndexId)
|
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 and configInfo.bossId == GuildCarDelayManager.bossIndexId 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