玲珑宝镜跳转修改提交
parent
ec8d3631d9
commit
80e2cab589
|
@ -1117,6 +1117,8 @@ JumpType = {
|
|||
SurpriseBox = 40001,--惊喜礼盒
|
||||
|
||||
linglongShangShi = 20005,
|
||||
|
||||
linglongBaojing = 10067
|
||||
}
|
||||
|
||||
NPCPosType={
|
||||
|
|
|
@ -785,6 +785,9 @@ local jumpDic = {
|
|||
return
|
||||
end
|
||||
end,
|
||||
[JumpType.linglongBaojing] = function(data)
|
||||
this.JumpActivity(JumpType.linglongBaojing % 10000,data[1])
|
||||
end,
|
||||
}
|
||||
|
||||
function this.JumpActivity(data,skipfactor)
|
||||
|
|
Loading…
Reference in New Issue