forked from External/mage
Additional fixes for #6771 (modal spells resolve order)
This commit is contained in:
parent
6dccaee9a4
commit
da4a44445b
8 changed files with 120 additions and 64 deletions
|
|
@ -709,7 +709,6 @@ public abstract class AbilityImpl implements Ability {
|
|||
|
||||
@Override
|
||||
public void addWatcher(Watcher watcher) {
|
||||
|
||||
watcher.setSourceId(this.sourceId);
|
||||
watcher.setControllerId(this.controllerId);
|
||||
getWatchers().add(watcher);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue