From d7bcc41ccc4a94c04218cdee677121038afe26fa Mon Sep 17 00:00:00 2001 From: Psyyringe Date: Sun, 27 Dec 2009 22:21:42 +0000 Subject: [PATCH] Psyringe - fixed Myr Servitor (5DN), it returned cards to the hand, not to the battlefield. Thanks to mickey_brown for the bug report. --- projects/mtg/bin/Res/sets/5DN/_cards.dat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/mtg/bin/Res/sets/5DN/_cards.dat b/projects/mtg/bin/Res/sets/5DN/_cards.dat index a2bcb7035..f4d5e8e5e 100644 --- a/projects/mtg/bin/Res/sets/5DN/_cards.dat +++ b/projects/mtg/bin/Res/sets/5DN/_cards.dat @@ -481,8 +481,8 @@ toughness=2 [/card] [card] text=At the beginning of your upkeep, if Myr Servitor is on the battlefield, each player returns all cards named Myr Servitor from his or her graveyard to the battlefield. -auto=@each my upkeep:moveTo(myhand) all(myr servitor|mygraveyard) -auto=@each my upkeep:moveTo(opponenthand) all(myr servitor|opponentgraveyard) +auto=@each my upkeep:moveTo(mybattlefield) all(myr servitor|mygraveyard) +auto=@each my upkeep:moveTo(opponentbattlefield) all(myr servitor|opponentgraveyard) id=50179 name=Myr Servitor rarity=C