mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-13 23:43:44 +00:00
fix(Core/Spells): pets should not dispel beneficials bufs from neutral units not being at war with pet's owner (#7230)
- Closes #6691
This commit is contained in:
@@ -875,6 +875,11 @@ struct FactionEntry
|
||||
{
|
||||
return reputationListID >= 0;
|
||||
}
|
||||
|
||||
[[nodiscard]] bool CanBeSetAtWar() const
|
||||
{
|
||||
return reputationListID >= 0 && BaseRepRaceMask[0] == 1791;
|
||||
}
|
||||
};
|
||||
|
||||
#define MAX_FACTION_RELATIONS 4
|
||||
|
||||
Reference in New Issue
Block a user