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
fbd3dbaf9fef653a129b7e74668c670713f462d7
Authored by
zhouhaihai
2020-05-02 18:00:00 +0800
1 parent
41e118a5
修改引导id
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/GlobalVar.lua
Inline
Side-by-side
src/GlobalVar.lua
Show/Hide comments
View file @
fbd3dba
@@ -137,8 +137,8 @@ TimeReset = {
@@ -137,8 +137,8 @@ TimeReset = {
137
}
137
}
138
138
139
GuideStep = {
139
GuideStep = {
140
- AdvGuide = 1010,
141
- AdvRelay = 1011,
140
+ AdvGuide = 41,
141
+ AdvRelay = 42,
142
}
142
}
143
143
144
--客户端不需要知道这个
144
--客户端不需要知道这个