forked from mirrors/webxoss-core
hot fix WD18-009 burst
This commit is contained in:
parent
c5434f6416
commit
c958f6ba77
2 changed files with 2 additions and 2 deletions
|
@ -126162,7 +126162,7 @@ var CardInfo = {
|
||||||
var filter = function (card) {
|
var filter = function (card) {
|
||||||
return card.acce;
|
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];
|
var card = cards[0];
|
||||||
if (!card) return;
|
if (!card) return;
|
||||||
card.moveTo(this.player.enerZone);
|
card.moveTo(this.player.enerZone);
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 114df895aaa6a15fb968443ebd190b66d4ed7a40
|
Subproject commit 47ea4fc3fcf30d4f5d9862bac0b386264afc3bc3
|
Loading…
Reference in a new issue