mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
[KHM] fixed Old-Growth Troll rollback error (fixes #7453)
This commit is contained in:
parent
a373d326e5
commit
c1719d06d1
1 changed files with 4 additions and 4 deletions
|
@ -177,7 +177,7 @@ class OldGrowthTrollContinuousEffect extends ContinuousEffectImpl {
|
||||||
troll.addAbility(new EnchantAbility(auraTarget.getTargetName()));
|
troll.addAbility(new EnchantAbility(auraTarget.getTargetName()));
|
||||||
|
|
||||||
// add the activated ability
|
// add the activated ability
|
||||||
troll.addAbility(makeAbility());
|
troll.addAbility(makeAbility(), source.getSourceId(), game);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue