mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
fix(Core/Creature): Implement respond to call for help faction flag. (#21959)
This commit is contained in:
@@ -986,6 +986,7 @@ struct FactionTemplateEntry
|
||||
return hostileMask == 0 && friendlyMask == 0;
|
||||
}
|
||||
[[nodiscard]] bool IsContestedGuardFaction() const { return (factionFlags & FACTION_TEMPLATE_FLAG_ATTACK_PVP_ACTIVE_PLAYERS) != 0; }
|
||||
[[nodiscard]] bool FactionRespondsToCallForHelp() const { return (factionFlags & FACTION_TEMPLATE_FLAG_RESPOND_TO_CALL_FOR_HELP) != 0; }
|
||||
};
|
||||
|
||||
struct GameObjectArtKitEntry
|
||||
|
||||
Reference in New Issue
Block a user