parent
d7dfdfcb2e
commit
b63c18ac53
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue