mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Merge pull request #762 from fryguy503/green-flee
Allow Separate CON_GRAY Flee rate.
This commit is contained in:
+1
-1
@@ -1414,7 +1414,7 @@ void Merc::AI_Process() {
|
||||
if(DivineAura())
|
||||
return;
|
||||
|
||||
int hateCount = entity_list.GetHatedCount(this, nullptr);
|
||||
int hateCount = entity_list.GetHatedCount(this, nullptr, false);
|
||||
if(GetHatedCount() < hateCount) {
|
||||
SetHatedCount(hateCount);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user