diff --git a/src/strategy/values/StatsValues.cpp b/src/strategy/values/StatsValues.cpp index ef80e79e..2c87ec72 100644 --- a/src/strategy/values/StatsValues.cpp +++ b/src/strategy/values/StatsValues.cpp @@ -40,6 +40,11 @@ bool IsDeadValue::Calculate() bool PetIsDeadValue::Calculate() { + if ((bot->GetLevel() < 10 && bot->getClass() == CLASS_HUNTER) || bot->IsMounted()) + { + return false; + } + if (!bot->GetPet()) { uint32 ownerid = bot->GetGUID().GetCounter();