Replay Quick Shop

This commit is contained in:
oc 2018-01-17 22:28:32 +08:00
parent 89af952bf6
commit 8d9b3f9106

View File

@ -3538,7 +3538,7 @@ core.prototype.replay = function (list) {
var sps=action.substring(5).split(":"); var sps=action.substring(5).split(":");
var shopId=sps[0], selections=sps[1].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]; var shop=core.status.shops[shopId];
if (core.isset(shop) && shop.visited) { // 商店可用 if (core.isset(shop) && shop.visited) { // 商店可用
var choices = shop.choices; var choices = shop.choices;