Commit f699d337e894eb7676758606fc6e3a26d473956f
1 parent
d2c8c771
点击食材供应商的引导步骤改为30
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/actions/DinerAction.lua
... | ... | @@ -747,7 +747,7 @@ function _M.addWantFoodRpc(agent , data) |
747 | 747 | gfood[slot] = {id = itemId, st = skynet.timex()} |
748 | 748 | end |
749 | 749 | |
750 | - role:finishGuide(36) | |
750 | + role:finishGuide(30) | |
751 | 751 | role:mylog("diner_action", {desc = "wantFood"}) |
752 | 752 | |
753 | 753 | role.dinerData:updateProperty({field = "gfood", value = gfood}) | ... | ... |