From eb8abae982bc84d62b8f24803af89ce29f01c9a7 Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Mon, 30 Dec 2019 17:10:04 +0800 Subject: [PATCH] onmove_choices shop --- libs/actions.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/actions.js b/libs/actions.js index 22dbadfb..8af36328 100644 --- a/libs/actions.js +++ b/libs/actions.js @@ -492,7 +492,8 @@ actions.prototype._sys_onmove_choices = function (x, y) { switch (core.status.event.id) { case 'action': - if (core.status.event.id != 'choices') break; + if (core.status.event.data.type != 'choices') break; + case 'shop': case 'selectShop': case 'switchs': case 'settings':