From c958f6ba77caf2039f79677efbb2681527ede630 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Sun, 5 Mar 2017 22:50:40 +0800 Subject: [PATCH] hot fix WD18-009 burst --- CardInfo.js | 2 +- webxoss-client | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CardInfo.js b/CardInfo.js index ddf42f6..ef2ecdc 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -126162,7 +126162,7 @@ var CardInfo = { var filter = function (card) { return card.acce; }; - this.player.searchAsyn(filter,1).callback(this,function (cards) { + return this.player.searchAsyn(filter,1).callback(this,function (cards) { var card = cards[0]; if (!card) return; card.moveTo(this.player.enerZone); diff --git a/webxoss-client b/webxoss-client index 114df89..47ea4fc 160000 --- a/webxoss-client +++ b/webxoss-client @@ -1 +1 @@ -Subproject commit 114df895aaa6a15fb968443ebd190b66d4ed7a40 +Subproject commit 47ea4fc3fcf30d4f5d9862bac0b386264afc3bc3