1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-08 09:11:04 -09:00

* Duel Commander - fixed missing banned card Yuriko;

This commit is contained in:
Oleg Agafonov 2020-01-01 14:22:08 +04:00
parent 5b40ca867e
commit cbb0680cc8

View file

@ -79,7 +79,7 @@ public class DuelCommander extends Commander {
bannedCommander.add("Teferi, Temporal Archmage");
bannedCommander.add("Urza, Lord High Artificer");
bannedCommander.add("Vial Smasher the Fierce");
bannedCommander.add("Yuriko, the Tigers Shadow");
bannedCommander.add("Yuriko, the Tiger's Shadow");
bannedCommander.add("Zurgo Bellstriker");
}