mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Rogue's Passage - Fixed wrong collectors number of C15 card.
This commit is contained in:
parent
c60a5daa2d
commit
e3d686954a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public class RoguesPassage extends mage.sets.returntoravnica.RoguesPassage {
|
|||
|
||||
public RoguesPassage(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 301;
|
||||
this.cardNumber = 302;
|
||||
this.expansionSetCode = "C15";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue