Fix for issue 652 (Use Tidal warrior several times causes a crash)

This commit is contained in:
wagic.the.homebrew
2011-05-10 11:37:46 +00:00
parent da1ec8eed3
commit aed68a2cd9
3 changed files with 25 additions and 0 deletions

View File

@@ -1766,6 +1766,7 @@ public:
GenericInstantAbility * clone() const
{
GenericInstantAbility * a = NEW GenericInstantAbility(*this);
a->ability = ability->clone();
a->isClone = 1;
return a;
}