[Bots] Fix pets causing aggro (#4677)

- Adds the rule `Aggro, AggroBotPets`
This commit is contained in:
nytmyr
2025-02-15 15:02:38 -06:00
committed by GitHub
parent b0c951bd6e
commit 3ba113a91d
3 changed files with 36 additions and 11 deletions
+1
View File
@@ -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; }