|
|
@@ -91,7 +91,7 @@ local function getStageVal(stageType, stageIdx)
|
|
|
end
|
|
|
|
|
|
local stageCfg = conf[stageIdx]
|
|
|
- if stageCfg and stageCfg.giftVal then
|
|
|
+ if stageCfg and stageCfg.giftStoreVal then
|
|
|
return stageCfg.giftStoreVal
|
|
|
end
|
|
|
|
|
|
@@ -131,7 +131,7 @@ local function calcStageDailyGeteVal(human)
|
|
|
break
|
|
|
end
|
|
|
|
|
|
- if v.dailyLimitVal then
|
|
|
+ if v.dailyLimitVal and v.dailyLimitVal > 0 then
|
|
|
val = val + v.dailyLimitVal
|
|
|
end
|
|
|
end
|