mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
* ReachAbility - Set Zone to all (#476).
This commit is contained in:
parent
0756d0e47f
commit
f75ff0efe3
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class ReachAbility extends StaticAbility implements MageSingleton {
|
||||||
}
|
}
|
||||||
|
|
||||||
private ReachAbility() {
|
private ReachAbility() {
|
||||||
super(Zone.BATTLEFIELD, null);
|
super(Zone.ALL, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue