1
0
Fork 0

🐛 fix summon SIGNI

This commit is contained in:
WEBXOSS 2017-08-23 21:47:57 +08:00
parent 34a66f0b94
commit f2125cdd14

View file

@ -1590,7 +1590,7 @@ Card.prototype.handleSummonAsyn = function(zone,arg) {
}).callback(this,function (afterSummonAsyn) {
arg = Object.create(arg);
arg.isSummon = true;
arg.up = !!arg.down;
arg.up = !arg.down;
var event = this.moveTo(zone,arg);
if (isFunc(afterSummonAsyn)) {
return afterSummonAsyn.call(this,event).callback(this,function () {