From 8d9b3f91067686d91031c19b0fe062dd97f62638 Mon Sep 17 00:00:00 2001 From: oc Date: Wed, 17 Jan 2018 22:28:32 +0800 Subject: [PATCH] Replay Quick Shop --- libs/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/core.js b/libs/core.js index a926747c..67b33586 100644 --- a/libs/core.js +++ b/libs/core.js @@ -3538,7 +3538,7 @@ core.prototype.replay = function (list) { var sps=action.substring(5).split(":"); var shopId=sps[0], selections=sps[1].split(""); - if (selections.length>0 && core.events.canUseQuickShop(shopId)==null) { + if (selections.length>0) { var shop=core.status.shops[shopId]; if (core.isset(shop) && shop.visited) { // 商店可用 var choices = shop.choices;