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

some Fallen Empires cards had the wrong package

This commit is contained in:
Neil Gentleman 2015-10-28 22:51:24 -07:00
parent ff1b424caf
commit b23bd0cf1f
3 changed files with 3 additions and 3 deletions
Mage.Sets/src/mage/sets/fallenempires

View file

@ -25,7 +25,7 @@
* authors and should not be interpreted as representing official policies, either expressed
* or implied, of BetaSteward_at_googlemail.com.
*/
package mage.sets.timeshifted;
package mage.sets.fallenempires;
import java.util.UUID;
import mage.constants.Rarity;

View file

@ -25,7 +25,7 @@
* authors and should not be interpreted as representing official policies, either expressed
* or implied, of BetaSteward_at_googlemail.com.
*/
package mage.sets.masterseditionii;
package mage.sets.fallenempires;
import java.util.UUID;
import mage.constants.Rarity;

View file

@ -25,7 +25,7 @@
* authors and should not be interpreted as representing official policies, either expressed
* or implied, of BetaSteward_at_googlemail.com.
*/
package mage.sets.masterseditionii;
package mage.sets.fallenempires;
import java.util.UUID;
import mage.constants.Rarity;