Commit bec06592b5051a680352f11e458b4c45348c5161

Authored by zhouhaihai
1 parent fef12fca

日志整理

docs/日志说明.xlsx
No preview for this file type
src/actions/GmAction.lua
... ... @@ -363,7 +363,7 @@ function _M.adv(role, pms)
363 363 advPass[chapterId] = layer
364 364 role:updateProperty({field = "advPass", value = advPass})
365 365 end
366   - role:log("gm_action", {desc = "advf", int1 = chapterId, int2 = layer, key1 = pms.sender})
  366 + role:log("gm_action", {desc = "adv", int1 = chapterId, int2 = layer, key1 = pms.sender})
367 367  
368 368 return "成功"
369 369 end
... ...
src/actions/TowerAction.lua
... ... @@ -113,7 +113,7 @@ function _M.endBattleRpc(agent, data)
113 113 towerInfo.k = nil
114 114 role:updateProperty({field = "towerInfo", value = towerInfo})
115 115  
116   - role:log("tower_action", {desc = "startBattle", short1 = msg.starNum > 0 and 1 or 0, int1 = id})
  116 + role:log("tower_action", {desc = "endBattle", short1 = msg.starNum > 0 and 1 or 0, int1 = id})
117 117  
118 118 SendPacket(actionCodes.Tower_endBattleRpc, MsgPack.pack({reward = reward}))
119 119 return true
... ...