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
1c3053c39f11204237af5b5a36b59e1289f27ca7
Authored by
zhouhaihai
2019-07-11 16:15:23 +0800
1 parent
00e663bd
返回数据
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/models/Role.lua
Inline
Side-by-side
src/models/Role.lua
Wrap text
Show/Hide comments
View file @
1c3053c
...
...
@@ -179,6 +179,8 @@ function Role:data()
179
179
hangBagLimit = self:getProperty("hangBagLimit"),
180
180
181
181
potionBag = self:getProperty("potionBag"),
182
+ storyB = self:getProperty("storyB"),
183
+
182
184
}
183
185
end
184
186
...
...