From 5fbc99f867b0a72ff18b9800e713b8058c4c42e4 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Sun, 18 Jun 2017 23:30:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20WX16-042=20spell?= 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 8eef0dd..122dda9 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -115597,7 +115597,7 @@ var CardInfo = { spellEffect: { actionAsyn: function () { var done = false; - return Callback.loop(3,this,function () { + return Callback.loop(this,3,function () { if (done) return; var cards = this.player.hands.filter(function (card) { return (card.type === 'SIGNI');