资源条修改提交
parent
f036036f09
commit
9a61491b90
|
@ -480,7 +480,8 @@ PanelType = {
|
||||||
WorldArena = { 107,16,23}, --玉虚论道
|
WorldArena = { 107,16,23}, --玉虚论道
|
||||||
Compound_equip = { 14, 16,1258 }, --装备合成
|
Compound_equip = { 14, 16,1258 }, --装备合成
|
||||||
YuJianXing = {14,16,1010},--御剑行
|
YuJianXing = {14,16,1010},--御剑行
|
||||||
LingMai = {14,16,1273}--御剑行
|
LingMai = {14,16,1273},--御剑行
|
||||||
|
tiandihonglu = {16,1287,1289}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -160,7 +160,11 @@ function QianKunBoxBuyOnePanel:OnOpen(...)
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
isLimitUpHero = false
|
isLimitUpHero = false
|
||||||
|
if lotterySetting[this.recruitType] and lotterySetting[this.recruitType].LotteryType == 13 then
|
||||||
|
this.UpView:OnOpen({ showType = UpViewOpenType.ShowLeft, panelType = PanelType.tiandihonglu })
|
||||||
|
else
|
||||||
this.UpView:OnOpen({ showType = UpViewOpenType.ShowLeft, panelType = PanelType.QianKunBox })
|
this.UpView:OnOpen({ showType = UpViewOpenType.ShowLeft, panelType = PanelType.QianKunBox })
|
||||||
|
end
|
||||||
d = RecruitManager.GetExpendData(this.recruitType)
|
d = RecruitManager.GetExpendData(this.recruitType)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue