Another fix for portability issues

This commit is contained in:
Uleat
2016-03-24 20:33:37 -04:00
parent 698ef56df9
commit 66ca522e62
4 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -5871,7 +5871,7 @@ bool Mob::JoinHealRotationTargetPool(std::shared_ptr<HealRotation>* heal_rotatio
return false;
if (!(*heal_rotation))
return false;
if (!HealRotation::IsTargetMobType(this))
if (!IsHealRotationTargetMobType(this))
return false;
if (!(*heal_rotation)->AddTargetToPool(this))