From 12a4f6a0a68cde905c4650410147889413eaef32 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Sun, 18 Jun 2017 23:00:47 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20WX15-002=20onPlay?= 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 55fffca..c09fcd7 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -109213,7 +109213,7 @@ var CardInfo = { var cards = this.player.mainDeck.getTopCards(3); var len = cards.length; this.player.informCards(cards); - return this.selectSomeAsyn('SET_ORDER',cards,len,len,true).callback(this,function (cards) { + return this.player.selectSomeAsyn('SET_ORDER',cards,len,len,true).callback(this,function (cards) { return this.player.mainDeck.moveCardsToTop(cards); }); });