Missing IsInGroupOrRaid cleanup

This commit is contained in:
nytmyr
2024-12-22 00:35:29 -06:00
parent 39b1f57ef3
commit 998f34842b
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -781,7 +781,7 @@ public:
virtual bool HasGroup() = 0;
virtual Raid* GetRaid() = 0;
virtual Group* GetGroup() = 0;
bool IsInGroupOrRaid(Mob* other, Raid* raid = nullptr, bool sameRaidGroup = false);
bool IsInGroupOrRaid(Mob* other, bool sameRaidGroup = false);
//Faction
virtual inline int32 GetPrimaryFaction() const { return 0; }