mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Another fix for portability issues
This commit is contained in:
+1
-1
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user