mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
typo fix
by ccrs
This commit is contained in:
@@ -2589,7 +2589,7 @@ float Creature::GetPetChaseDistance() const
|
||||
{
|
||||
if (spellInfo->GetRecoveryTime() == 0 && // No cooldown
|
||||
spellInfo->RangeEntry->ID != 1 /*Self*/ && spellInfo->RangeEntry->ID != 2 /*Combat Range*/ &&
|
||||
spellInfo->GetMaxRange() > range)
|
||||
spellInfo->GetMinRange() > range)
|
||||
range = spellInfo->GetMinRange();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user