mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 05:07:37 +00:00
Bump up initial aggro from Yell for Help to match initial aggro
I guess I forgot this one
This commit is contained in:
+1
-1
@@ -476,7 +476,7 @@ void EntityList::AIYellForHelp(Mob* sender, Mob* attacker) {
|
|||||||
attacker->GetName(), DistanceSquared(mob->GetPosition(),
|
attacker->GetName(), DistanceSquared(mob->GetPosition(),
|
||||||
sender->GetPosition()), fabs(sender->GetZ()+mob->GetZ()));
|
sender->GetPosition()), fabs(sender->GetZ()+mob->GetZ()));
|
||||||
#endif
|
#endif
|
||||||
mob->AddToHateList(attacker, 1, 0, false);
|
mob->AddToHateList(attacker, 25, 0, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user