mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 07:16:37 +00:00
More fixes
TGB, ^cast, group/ae checks, in group/raid checks, inviting others bots to group, group disband fix, prevent rogue bs spam, ^follow fixes and cleanup, follow owner only by default when joining raid/group, group buff fixes for bots, range fixes for group buffs
This commit is contained in:
@@ -774,6 +774,7 @@ public:
|
||||
virtual bool HasGroup() = 0;
|
||||
virtual Raid* GetRaid() = 0;
|
||||
virtual Group* GetGroup() = 0;
|
||||
bool IsInGroupOrRaid(Mob* other, bool sameRaidGroup = false);
|
||||
|
||||
//Faction
|
||||
virtual inline int32 GetPrimaryFaction() const { return 0; }
|
||||
|
||||
Reference in New Issue
Block a user