diff --git a/docs/日志说明.xlsx b/docs/日志说明.xlsx index 9a82d27..88058b6 100644 Binary files a/docs/日志说明.xlsx and b/docs/日志说明.xlsx differ diff --git a/src/actions/GmAction.lua b/src/actions/GmAction.lua index d762a95..74ec6bd 100644 --- a/src/actions/GmAction.lua +++ b/src/actions/GmAction.lua @@ -363,7 +363,7 @@ function _M.adv(role, pms) advPass[chapterId] = layer role:updateProperty({field = "advPass", value = advPass}) end - role:log("gm_action", {desc = "advf", int1 = chapterId, int2 = layer, key1 = pms.sender}) + role:log("gm_action", {desc = "adv", int1 = chapterId, int2 = layer, key1 = pms.sender}) return "成功" end diff --git a/src/actions/TowerAction.lua b/src/actions/TowerAction.lua index 2717ada..05eaeb1 100644 --- a/src/actions/TowerAction.lua +++ b/src/actions/TowerAction.lua @@ -113,7 +113,7 @@ function _M.endBattleRpc(agent, data) towerInfo.k = nil role:updateProperty({field = "towerInfo", value = towerInfo}) - role:log("tower_action", {desc = "startBattle", short1 = msg.starNum > 0 and 1 or 0, int1 = id}) + role:log("tower_action", {desc = "endBattle", short1 = msg.starNum > 0 and 1 or 0, int1 = id}) SendPacket(actionCodes.Tower_endBattleRpc, MsgPack.pack({reward = reward})) return true -- libgit2 0.21.2