qinglong update
parent
69a5b9b519
commit
c27d43ba2d
|
@ -155,7 +155,7 @@ function this.GetQinglongTaskData(_curtype)
|
|||
end
|
||||
|
||||
function this.GetQinglongSerectTreasureRedPot()
|
||||
if this.activityId==0 or not ActivityGiftManager.GetActivityOpenStatus(this.activityId) then
|
||||
if not ActivityGiftManager.GetActivityOpenStatus(ActivityTypeDef.TreasureOfSomeBody) then
|
||||
return false
|
||||
end
|
||||
local state = this.GetTreasureState()
|
||||
|
@ -170,7 +170,7 @@ function this.GetQinglongSerectTreasureRedPot()
|
|||
end
|
||||
|
||||
function this.GetSerectTreasureTrailRedPot()
|
||||
if this.activityId == 0 or not ActivityGiftManager.GetActivityOpenStatus(ActivityTypeDef.TreasureOfSomeBody) then
|
||||
if not ActivityGiftManager.GetActivityOpenStatus(ActivityTypeDef.TreasureOfSomeBody) then
|
||||
return false
|
||||
end
|
||||
for i = 1,2 do
|
||||
|
|
Loading…
Reference in New Issue