fix
This commit is contained in:
@@ -38438,7 +38438,7 @@ toughness=3
|
||||
[card]
|
||||
name=Faerie Macabre
|
||||
abilities=flying
|
||||
autohand={S}:target(other *<upto:2>|graveyard) moveTo(exile)
|
||||
autohand={discard}:target(<upto:2>other *|graveyard) moveTo(exile)
|
||||
text=Flying -- Discard Faerie Macabre: Exile up to two target cards from graveyards.
|
||||
mana={1}{B}{B}
|
||||
type=Creature
|
||||
|
||||
@@ -569,13 +569,13 @@ MTGGameZone::~MTGGameZone()
|
||||
//cause crashes for generated cards using castcard named card...??? test fix for now
|
||||
if(cards[i]->previous)
|
||||
{
|
||||
cards[i]->previous = NULL;
|
||||
delete cards[i]->previous;
|
||||
cards[i]->previous = NULL;
|
||||
}
|
||||
if(cards[i])
|
||||
{
|
||||
cards[i] = NULL;
|
||||
delete cards[i];
|
||||
cards[i] = NULL;
|
||||
}
|
||||
}
|
||||
cards.clear();
|
||||
|
||||
Reference in New Issue
Block a user