红点提交

dev_chengFeng
jiaoyangna 2021-01-13 14:44:37 +08:00
parent 5e90700036
commit 3e99568f24
1 changed files with 1 additions and 1 deletions

View File

@ -824,7 +824,7 @@ function this. CarbonRedCheck(redType)
if ActTimeCtrlManager.SingleFuncState(FUNCTION_OPEN_TYPE.MONSTER_COMING) then
for k,v in ConfigPairs(ConfigManager.GetConfig(ConfigName.FloodConfig)) do
if v.SpecialReward and #v.SpecialReward > 0 then
local state = this.GetTrialRewardState(v.Id)
local state = MonsterCampManager.GetTrialRewardState(v.Id)
if state == 1 then
return true
end