travis int order

This commit is contained in:
zethfoxster
2016-07-17 22:37:32 -04:00
parent 9e73dc9c00
commit bfaaf7d893

View File

@@ -6195,8 +6195,8 @@ class AADepleter: public ActivatedAbilityTP
public:
string nbcardsStr;
bool toexile;
bool namerepeat;
bool colorrepeat;
bool namerepeat;
AADepleter(GameObserver* observer, int _id, MTGCardInstance * card, Targetable * _target,string nbcardsStr, ManaCost * _cost = NULL,
int who = TargetChooser::UNSET, bool toexile = false, bool colorrepeat = false, bool namerepeat = false);
int resolve();