- Fixed Iridescent Drake.

This commit is contained in:
Sloth
2013-05-09 06:28:47 +00:00
parent 537fd8dbd6
commit 26b42b34d9

View File

@@ -508,6 +508,7 @@ public class ChangeZoneEffect extends SpellAbilityEffect {
// location // location
if (tgtC.isAura()) { if (tgtC.isAura()) {
final SpellAbility saAura = AttachEffect.getAttachSpellAbility(tgtC); final SpellAbility saAura = AttachEffect.getAttachSpellAbility(tgtC);
saAura.setActivatingPlayer(sa.getActivatingPlayer());
if (!saAura.getTarget().hasCandidates(saAura, false)) { if (!saAura.getTarget().hasCandidates(saAura, false)) {
continue; continue;
} }