Fixed memleak by ability BloodThirst

This commit is contained in:
linshier
2010-09-13 10:30:12 +00:00
parent 2b81ba33f2
commit 9d3707386b
+1 -1
View File
@@ -2616,7 +2616,7 @@ public:
if(_target->controller()->opponent()->damaged() > 0){
_target->counters->addCounter(1,1);}
}
return 1;}
return MTGAbility::addToGame();}
ABloodThirst * clone() const{
ABloodThirst * a = NEW ABloodThirst(*this);
a->isClone = 1;