Erwan
- Lord+Regenerate (zombie master) memory leak fix - "... All" memory leak fix - Sacrifice target memory leak fix
This commit is contained in:
@@ -1292,6 +1292,10 @@ class ALord:public ListMaintainerAbility{
|
||||
return 1;
|
||||
}
|
||||
|
||||
~ALord(){
|
||||
SAFE_DELETE(regenCost);
|
||||
}
|
||||
|
||||
virtual ostream& toString(ostream& out) const
|
||||
{
|
||||
out << "ALord ::: power : " << power
|
||||
|
||||
Reference in New Issue
Block a user