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
388036bef65da73a6388b45d2056dd6ad6f7ad20
Authored by
chenyueqi
2020-04-08 16:28:38 +0800
1 parent
44c6e479
rolelog增加引导的类型
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
src/models/RoleLog.lua
Inline
Side-by-side
src/models/RoleLog.lua
Wrap text
Show/Hide comments
View file @
388036b
...
...
@@ -19,6 +19,9 @@ local LogType = {
19
19
player_exp = "common",
20
20
func_open = "common",
21
21
role_action = "common",
22
+ guide = "common",
23
+ guide_sys = "common",
24
+ guide_weak = "common",
22
25
}
23
26
24
27
-- 如要修改 要提前修改 _template mapping -- 对应 mapping 为 gamelog-*
...
...