|
|
@@ -1070,7 +1070,7 @@ function CG_MOSHOU_XILIAN_GIFT_QUERY(human)
|
|
|
end
|
|
|
|
|
|
local absCnt = 0
|
|
|
- if absAct and absAct[config.buyID] then
|
|
|
+ if absAct and absAct ~= 0 and absAct[config.buyID] then
|
|
|
absCnt = absAct[config.buyID].cnt or 0
|
|
|
end
|
|
|
local intCnt = getXilianInitDoubleCnt(human, config.buyID)
|