Commit 37b1c73e42e556d69b89d01a17b48fc98a1bb648
1 parent
4a969fc5
fix diner sell
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/models/Diner.lua
| ... | ... | @@ -138,7 +138,7 @@ function Diner:getMaxDishs() |
| 138 | 138 | end |
| 139 | 139 | |
| 140 | 140 | function Diner:data() |
| 141 | - local properties = {"buildL", "order", "hot", "dishTree", "skillTree"} | |
| 141 | + local properties = {"buildL", "order", "sells", "hot", "dishTree", "skillTree"} | |
| 142 | 142 | local data = self:getProperties(properties) |
| 143 | 143 | return data |
| 144 | 144 | end | ... | ... |