diff --git a/Source/Scripts/Spells/Hunter.cs b/Source/Scripts/Spells/Hunter.cs index 1d4b946b0..39f9b1a35 100644 --- a/Source/Scripts/Spells/Hunter.cs +++ b/Source/Scripts/Spells/Hunter.cs @@ -450,7 +450,7 @@ namespace Scripts.Spells.Hunter Creature target = GetExplTargetUnit().ToCreature(); if (target) { - if (target.GetLevel() > caster.GetLevel()) + if (target.GetLevelForTarget(caster) > caster.GetLevel()) return SpellCastResult.Highlevel; // use SMSG_PET_TAME_FAILURE?