SK_LongZhu
parent
59fc921a98
commit
eef2d8be9c
|
@ -168,7 +168,7 @@ function this:SetCurTypeAndIndex()
|
||||||
|
|
||||||
if curGiftList[curType] and #curGiftList[curType] > 0 and curGiftList[curType][curIndex] then
|
if curGiftList[curType] and #curGiftList[curType] > 0 and curGiftList[curType][curIndex] then
|
||||||
elseif curGiftList[curType] and #curGiftList[curType] > 0 and (not curGiftList[curType][curIndex]) then
|
elseif curGiftList[curType] and #curGiftList[curType] > 0 and (not curGiftList[curType][curIndex]) then
|
||||||
urIndex = #curGiftList[curType]/2+1
|
curIndex = #curGiftList[curType]/2+1
|
||||||
if curIndex > #curGiftList[curType] then
|
if curIndex > #curGiftList[curType] then
|
||||||
curIndex = #curGiftList[curType]
|
curIndex = #curGiftList[curType]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue