From 0e06d7a69a99b9ef4aaecd12ff0fd4ddfe0cee74 Mon Sep 17 00:00:00 2001 From: zhouhaihai Date: Tue, 20 Aug 2019 10:13:29 +0800 Subject: [PATCH] 中文逗号 --- src/actions/GmAction.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions/GmAction.lua b/src/actions/GmAction.lua index b546cda..ff1719e 100644 --- a/src/actions/GmAction.lua +++ b/src/actions/GmAction.lua @@ -155,7 +155,7 @@ function _M.idlec(role, pms) end function _M.tower(role, pms) - local level = tonum(pms.pm1, 1) + local level = tonum(pms.pm1, 1) if not csvdb["tower_battleCsv"][level] then return "不存在" end role:updateProperty({field = "towerInfo", value = {c = globalCsv.tower_count_limit, l = level}}) return "成功" -- libgit2 0.21.2