forked from External/mage
Fix Witch-king of Angmar (watcher field clear)
This commit is contained in:
parent
375dfa86d9
commit
6e0c5e6f05
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.watchers.common;
|
||||
|
||||
import java.util.HashSet;
|
||||
|
|
@ -12,7 +11,7 @@ import mage.util.CardUtil;
|
|||
import mage.watchers.Watcher;
|
||||
|
||||
/**
|
||||
* Watcher stores whitch sources did damage to a player
|
||||
* Watcher stores which sources did damage to a player
|
||||
*
|
||||
* @author LevelX
|
||||
*/
|
||||
|
|
@ -58,5 +57,6 @@ public class PlayerDamagedBySourceWatcher extends Watcher {
|
|||
public void reset() {
|
||||
super.reset();
|
||||
damageSourceIds.clear();
|
||||
combatDamageSourceIds.clear();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue