mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-01-18 19:56:02 +01:00
Fix WX14-022
This commit is contained in:
parent
b9e81c040e
commit
986aa28638
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue