- Fixed the Animate Dead error.

This commit is contained in:
Sloth
2011-11-24 16:28:35 +00:00
parent 40f491c023
commit 17843f01fc

View File

@@ -899,7 +899,7 @@ public class GameAction {
this.moveToGraveyard(c);
checkAgain = true;
}
} else {
} else if (entity instanceof Player) {
final Player pl = (Player) entity;
boolean invalid = false;