From 57dbaf9cf619973f3717806a976ff574ba29640e Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Sat, 11 Mar 2017 19:45:55 +0800 Subject: [PATCH] fix WD17-001 action --- CardInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CardInfo.js b/CardInfo.js index 1ac6daf..09bbe3e 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -124599,7 +124599,7 @@ var CardInfo = { return this.upAsyn(); }, }) - this.game.tillTurnEndAdd(this,this.player,'onSigniBanished',effect) + this.game.tillTurnEndAdd(this,this.player.opponent,'onSigniBanished',effect) }); } }],