Commit 1b555008494ecba61657a9aa7830121d8d6942ff

Authored by zhouhaihai
1 parent 0a6fcddc

讨伐电台日志增加 开始结束

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/models/RoleLog.lua
... ... @@ -511,6 +511,7 @@ local MethodType = {
511 511 mission_reward = "json", -- 获得奖励,建议使用json格式记录。示例:{ itemid1: 1, itemid2: 3, itemid3: 5}
512 512 mission_result = true, -- 战斗结果(0-无效,1-胜利,2-失败)
513 513 mission_roundtime = true, -- 完成耗时(秒)
  514 + mission_cleartype = true, -- 1-开始; 2-完成(领取奖励时)
514 515 },
515 516 hero_talent = { --英雄精进(原英雄天赋升级) TODO
516 517 hero_id = true, --英雄ID
... ...