mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
🐛 hotfix WX16-045 const
This commit is contained in:
parent
596202a708
commit
71c39c98c1
1 changed files with 1 additions and 1 deletions
|
@ -115706,7 +115706,7 @@ var CardInfo = {
|
|||
return this.banishSigniAsyn(this.power);
|
||||
},
|
||||
});
|
||||
add(this.acceingCard,'onBanish',effect);
|
||||
add(this.acceingCard,'onAttack',effect);
|
||||
}
|
||||
}],
|
||||
// ======================
|
||||
|
|
Loading…
Reference in a new issue