diff --git a/src/strategy/shaman/ShamanActions.cpp b/src/strategy/shaman/ShamanActions.cpp index 9ce29240..95426d24 100644 --- a/src/strategy/shaman/ShamanActions.cpp +++ b/src/strategy/shaman/ShamanActions.cpp @@ -10,7 +10,7 @@ bool CastTotemAction::isUseful() { - if (needLifeTime > 0.1f) + if (needLifeTime > 0.1f && AI_VALUE(uint8, "attacker count") < 3) { Unit* target = AI_VALUE(Unit*, "current target"); if (!target)