1
0
Fork 0

fix WX15-033 burst

This commit is contained in:
WEBXOSS 2017-05-14 21:27:58 +08:00
parent 91a7bb960d
commit f114dce4d2

View file

@ -105953,7 +105953,7 @@ var CardInfo = {
var cards = this.player.opponent.signis;
return this.player.opponent.selectTargetAsyn(cards).callback(this,function (card) {
if (!card) return;
return card.banishAsyn();
return card.trashAsyn();
});
});
}