1
0
Fork 0

Fix WX14-022

This commit is contained in:
WEBXOSS 2016-12-02 23:35:23 +08:00
parent b9e81c040e
commit 986aa28638

View file

@ -120752,6 +120752,7 @@ var CardInfo = {
return card.canSummon();
},this);
return this.player.selectOptionalAsyn('SUMMON_SIGNI',cards).callback(this,function (card) {
if (!card) return;
return card.summonAsyn();
});
});