Commit 8dc5f0dd89cb851e47ac050dc6df26e190bf8ad5

Authored by zhangqijia
1 parent 63c0245e

fix: add金币购买铭文碎片的ItemReason

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/models/RoleLog.lua
... ... @@ -4,7 +4,7 @@ local logproxy = require "shared.logproxy"
4 4  
5 5 --[[
6 6 100 购买/兑换行为
7   - 200 交易行为(与其他玩家)
  7 + 200 交易行为(与其他玩家)
8 8 300 通过关卡产出或消耗
9 9 400 通过任务产出或消耗
10 10 500 通过公会产出或消耗
... ... @@ -62,6 +62,7 @@ local ItemReason = {
62 62 convert = 146, -- 钻石兑换其他物品
63 63 giftTime = 147, -- 创角后的时间礼包
64 64 activityCrisis = 148, -- 物资危机奖励
  65 + glodConvertRune = 149, -- 金币兑换铭文
65 66  
66 67 advHang = 301, -- 拾荒挂机
67 68 hangBattle = 302, -- 挂机战斗
... ...