mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
[Bots] Fix pets causing aggro (#4677)
- Adds the rule `Aggro, AggroBotPets`
This commit is contained in:
@@ -1289,6 +1289,7 @@ public:
|
||||
void SetLooting(uint16 val) { entity_id_being_looted = val; }
|
||||
|
||||
bool CheckWillAggro(Mob *mob);
|
||||
bool IsPetAggroExempt(Mob *pet_owner);
|
||||
|
||||
void InstillDoubt(Mob *who);
|
||||
bool Charmed() const { return type_of_pet == petCharmed; }
|
||||
|
||||
Reference in New Issue
Block a user