1
0
Fork 0

fix WX15-010

This commit is contained in:
WEBXOSS 2017-05-10 13:11:42 +08:00
parent bc0dae0881
commit 266cf3e007

View file

@ -109562,7 +109562,7 @@ var CardInfo = {
var count = this.game.getData(signi,'banishProtectCount') || 0; var count = this.game.getData(signi,'banishProtectCount') || 0;
count++; count++;
this.game.setData(signi,'banishProtectCount',count); this.game.setData(signi,'banishProtectCount',count);
}); },this);
} }
} }
}, },