修改传送石
This commit is contained in:
parent
8f2af17444
commit
6b1b06143e
3 changed files with 3 additions and 3 deletions
Binary file not shown.
|
|
@ -4,7 +4,7 @@ ClickOnItem.cfg = {
|
|||
["盟重传送石"] = function(actor, ...)
|
||||
MapCfg.gotomap(actor, "3", 330, 330, 8)
|
||||
-- gohome(actor)
|
||||
return false
|
||||
return true
|
||||
end,
|
||||
["随机传送石"] = function(actor, ...)
|
||||
local _map = getbaseinfo(actor, ConstCfg.gbase.mapid)
|
||||
|
|
@ -14,7 +14,7 @@ ClickOnItem.cfg = {
|
|||
else
|
||||
map(actor, _map)
|
||||
end
|
||||
return false
|
||||
return true
|
||||
end,
|
||||
["开天斩"] = function(actor, ...)
|
||||
Func.messagebox(actor, string.format("是否确认开始练习“%s”?", "开天斩"), "@click_addmagic,开天斩", "@exit")
|
||||
|
|
|
|||
Loading…
Reference in a new issue