From bec06592b5051a680352f11e458b4c45348c5161 Mon Sep 17 00:00:00 2001 From: zhouhaihai Date: Tue, 21 Jul 2020 11:14:12 +0800 Subject: [PATCH] 日志整理 --- docs/日志说明.xlsx | Bin 14773 -> 0 bytes src/actions/GmAction.lua | 2 +- src/actions/TowerAction.lua | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) 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