Fix a number of NULL/0 errors.
This commit is contained in:
@@ -2720,7 +2720,7 @@ public:
|
||||
{
|
||||
tc = _tc;
|
||||
tc->targetter = NULL;
|
||||
includeSelf = NULL;
|
||||
includeSelf = 0;
|
||||
aType = MTGAbility::STANDARD_TEACH;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user