Core/Scripts: Partial Revert in 87977b00d3 misunderstand concept. (#18334)

Sorry for the mess
This commit is contained in:
Keader
2016-11-27 21:25:34 -02:00
committed by Aokromes
parent 87977b00d3
commit cd687fb36d
2 changed files with 0 additions and 6 deletions

View File

@@ -178,9 +178,6 @@ public:
default:
break;
}
if (me->HasUnitState(UNIT_STATE_CASTING))
return;
}
};

View File

@@ -155,9 +155,6 @@ public:
default:
break;
}
if (me->HasUnitState(UNIT_STATE_CASTING))
return;
}
private: