mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +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() {
|
||||
super(Zone.BATTLEFIELD, null);
|
||||
super(Zone.ALL, null);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue