更新配置表

This commit is contained in:
flswld
2023-01-29 13:00:55 +08:00
parent 0ab4fd1d18
commit 5fbe66113e
3108 changed files with 587829 additions and 26766 deletions

View File

@@ -103,10 +103,10 @@ end
-- 触发操作
function action_EVENT_DUNGEON_SETTLE_9(context, evt)
-- 生gadget 54
-- 建id为54的gadget
if 0 ~= ScriptLib.CreateGadget(context, { config_id = 54 }) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : dungeon_settle")
return -1
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : create_gadget")
return -1
end
return 0