forked from mirrors/webxoss-core
fix WX15-010
This commit is contained in:
parent
bc0dae0881
commit
266cf3e007
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue