mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Odric, Master Tactician - Fixed that his attacking triggered ability last until end of game instead of correctly until end of combat.
This commit is contained in:
parent
b50c455997
commit
832b585d89
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class OdricMasterTacticianTriggeredAbility extends TriggeredAbilityImpl<OdricMas
|
|||
class OdricMasterTacticianEffect extends ReplacementEffectImpl<OdricMasterTacticianEffect> {
|
||||
|
||||
public OdricMasterTacticianEffect() {
|
||||
super(Duration.WhileOnBattlefield, Outcome.Benefit);
|
||||
super(Duration.EndOfCombat, Outcome.Benefit);
|
||||
}
|
||||
|
||||
public OdricMasterTacticianEffect(final OdricMasterTacticianEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue