GITLAB
wasteland
/
server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
20226e47a59efba76ca45517407eabad384181b1
Authored by
chenyueqi
2020-08-24 13:41:44 +0800
1 parent
1863d540
签到输出log类型未定义
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/models/RoleLog.lua
Inline
Side-by-side
src/models/RoleLog.lua
Wrap text
Show/Hide comments
View file @
20226e4
...
...
@@ -71,7 +71,7 @@ local ItemReason = {
71
71
sudoku = 1001, -- 九宫格
72
72
sudokuR = 1002, -- 九宫格连线奖励
73
73
sudokuRP = 1003, -- 九宫格阶段奖励
74
-
s
ign = 1004, -- 签到
74
+
actS
ign = 1004, -- 签到
75
75
friendPoint = 1005, -- 友情
76
76
birth = 1006, -- 出生奖励
77
77
...
...