Commit 1c3053c39f11204237af5b5a36b59e1289f27ca7
1 parent
00e663bd
返回数据
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/models/Role.lua
| @@ -179,6 +179,8 @@ function Role:data() | @@ -179,6 +179,8 @@ function Role:data() | ||
| 179 | hangBagLimit = self:getProperty("hangBagLimit"), | 179 | hangBagLimit = self:getProperty("hangBagLimit"), |
| 180 | 180 | ||
| 181 | potionBag = self:getProperty("potionBag"), | 181 | potionBag = self:getProperty("potionBag"), |
| 182 | + storyB = self:getProperty("storyB"), | ||
| 183 | + | ||
| 182 | } | 184 | } |
| 183 | end | 185 | end |
| 184 | 186 |