[Position Updates] Always send position updates to group members - even when in raid

This commit is contained in:
Akkadius
2017-08-22 00:48:55 -05:00
parent 7a263c032d
commit bb2d8f6a4d
6 changed files with 83 additions and 1 deletions
+1
View File
@@ -140,6 +140,7 @@ public:
inline int GetLeadershipAA(int AAID) { return LeaderAbilities.ranks[AAID]; }
void ClearAllNPCMarks();
void QueueHPPacketsForNPCHealthAA(Mob* sender, const EQApplicationPacket* app);
void QueueClients(Mob *sender, const EQApplicationPacket *app, bool ack_required = true, bool ignore_sender = true, float distance = 0);
void ChangeLeader(Mob* newleader);
const char *GetClientNameByIndex(uint8 index);
void UpdateXTargetMarkedNPC(uint32 Number, Mob *m);