add RaidMember.IsBot

This commit is contained in:
neckkola
2022-02-08 17:34:57 -04:00
parent deb4f10ea8
commit 9b3c65a34c
3 changed files with 39 additions and 22 deletions
+1
View File
@@ -89,6 +89,7 @@ struct RaidMember{
bool IsRaidLeader;
bool IsLooter;
#ifdef BOTS
bool IsBot = false;
bool IsGroupHealer;
bool IsRaidSlower;
bool IsRaidMainAssistOne;