fix banishCardsAsyn

This commit is contained in:
WEBXOSS 2016-10-25 22:52:27 +08:00
parent e2508bd935
commit bb0d7637e3

View file

@ -504,7 +504,7 @@ Game.prototype.banishCardsAsyn = function (cards,force,arg) {
attackingSigni: attackingSigni,
source: banishSource
};
this.game.setData(signi.player,'flagSigniBanished',true);
this.setData(signi.player,'flagSigniBanished',true);
signi.onBanish.trigger(event);
signi.player.onSigniBanished.trigger(event);
},this);