Commit 0e06d7a69a99b9ef4aaecd12ff0fd4ddfe0cee74
1 parent
4af997e0
中文逗号
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/actions/GmAction.lua
| ... | ... | @@ -155,7 +155,7 @@ function _M.idlec(role, pms) |
| 155 | 155 | end |
| 156 | 156 | |
| 157 | 157 | function _M.tower(role, pms) |
| 158 | - local level = tonum(pms.pm1, 1) | |
| 158 | + local level = tonum(pms.pm1, 1) | |
| 159 | 159 | if not csvdb["tower_battleCsv"][level] then return "不存在" end |
| 160 | 160 | role:updateProperty({field = "towerInfo", value = {c = globalCsv.tower_count_limit, l = level}}) |
| 161 | 161 | return "成功" | ... | ... |