From 179d5b48ee8b3c84ee4b3c3681e81baa32fef6ef Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Tue, 13 Jun 2017 22:43:41 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20WX16-029=20const?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CardInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CardInfo.js b/CardInfo.js index 9ede069..b9ff0a5 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -115440,7 +115440,7 @@ var CardInfo = { }, optional: true, actionAsyn: function () { - return this.player.selectAsyn('TARGET',this.player.opponent.signiZones).callback(this,function (zone) { + return this.player.selectAsyn('TARGET',this.player.signiZones).callback(this,function (zone) { if (!zone) return; this.trapTo(zone); });